aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/vars.h
diff options
context:
space:
mode:
authorMax Horn2009-01-16 02:43:41 +0000
committerMax Horn2009-01-16 02:43:41 +0000
commit4c5efaecf413c0a8d664de6f35013814a82798ab (patch)
tree64a0a8571c9ced4b1adcd95d971b7ab12e270585 /engines/cruise/vars.h
parent42c46aa5a1e570b3e8d0d857e6ef9291d8f20a4f (diff)
downloadscummvm-rg350-4c5efaecf413c0a8d664de6f35013814a82798ab.tar.gz
scummvm-rg350-4c5efaecf413c0a8d664de6f35013814a82798ab.tar.bz2
scummvm-rg350-4c5efaecf413c0a8d664de6f35013814a82798ab.zip
Code formatting fixes, automatically performed by astyle
svn-id: r35870
Diffstat (limited to 'engines/cruise/vars.h')
-rw-r--r--engines/cruise/vars.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/cruise/vars.h b/engines/cruise/vars.h
index 692d1baeb6..8cb518418a 100644
--- a/engines/cruise/vars.h
+++ b/engines/cruise/vars.h
@@ -51,8 +51,8 @@ struct menuElementStruct {
menuElementSubStruct *ptrSub;
};
-typedef int32(*opcodeTypeFunction) (void);
-typedef int16(*opcodeFunction) (void);
+typedef int32(*opcodeTypeFunction)(void);
+typedef int16(*opcodeFunction)(void);
extern uint8 *_systemFNT;
extern int16 fontFileIndex;
@@ -251,7 +251,7 @@ extern uint8 saveVar2[97]; // recheck size
extern int16 numberOfWalkboxes; // saveVar3
extern int16 walkboxColor[15]; // saveVar4 // Type: 0x00 - non walkable, 0x01 - walkable, 0x02 - exit zone
extern int16 walkboxState[15]; // saveVar5 // walkbox can change its type: 0x00 - not changeable, 0x01 - changeable
- // Assumption: To change the type: walkboxColor[i] -= walkboxChane[i] and vice versa
+// Assumption: To change the type: walkboxColor[i] -= walkboxChane[i] and vice versa
extern uint8 lastAni[16];
extern int32 loadFileVar1;