Hopefully the last big renaming. Now the datatypes have names like

"StandardHeader" instead of "_standardHeader".

svn-id: r11997
This commit is contained in:
Torbjörn Andersson 2003-12-28 15:08:12 +00:00
parent 302c9f72fc
commit 6ae8218d53
46 changed files with 546 additions and 547 deletions

View file

@ -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