- Use a union, rather than pointer aliasing, to access the parts of a VM instruction.
SVN r1922 (scripting)
This commit is contained in:
parent
c424c61ffc
commit
e5ef25591d
10 changed files with 171 additions and 154 deletions
|
|
@ -70,7 +70,7 @@ private:
|
|||
int MaxParam;
|
||||
int ActiveParam;
|
||||
|
||||
TArray<VM_UBYTE> Code;
|
||||
TArray<VMOP> Code;
|
||||
|
||||
// PARAM increases ActiveParam; CALL decreases it.
|
||||
void ParamChange(int delta);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue