Hopefully the last big renaming. Now the datatypes have names like
"StandardHeader" instead of "_standardHeader". svn-id: r11997
This commit is contained in:
parent
302c9f72fc
commit
6ae8218d53
46 changed files with 546 additions and 547 deletions
|
@ -209,7 +209,7 @@ void Logic::conStart(int start) {
|
|||
|
||||
// reopen global variables resource & send address to
|
||||
// interpreter - it won't be moving
|
||||
setGlobalInterpreterVariables((int32 *) (_vm->_resman->openResource(1) + sizeof(_standardHeader)));
|
||||
setGlobalInterpreterVariables((int32 *) (_vm->_resman->openResource(1) + sizeof(StandardHeader)));
|
||||
_vm->_resman->closeResource(1);
|
||||
|
||||
// free all the route memory blocks from previous game
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue