Mostly whitespace changes, but also a few modifications to the still

experimental resource dumping code.

svn-id: r11382
This commit is contained in:
Torbjörn Andersson 2003-11-27 07:34:19 +00:00
parent e72a17c678
commit 6f23e2c211
12 changed files with 26 additions and 20 deletions

View file

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