Mostly whitespace changes, but also a few modifications to the still
experimental resource dumping code. svn-id: r11382
This commit is contained in:
parent
e72a17c678
commit
6f23e2c211
12 changed files with 26 additions and 20 deletions
|
@ -123,7 +123,7 @@ int Logic::processSession(void) {
|
|||
|
||||
raw_data_ad = (char *) head;
|
||||
|
||||
far_head = (_standardHeader*) _vm->_resman->openResource(script / SIZE);
|
||||
far_head = (_standardHeader *) _vm->_resman->openResource(script / SIZE);
|
||||
|
||||
if (far_head->fileType != GAME_OBJECT && far_head->fileType != SCREEN_MANAGER)
|
||||
error("Logic_engine %d not a far object (its a %d)", script / SIZE, far_head->fileType);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue