aboutsummaryrefslogtreecommitdiff
path: root/scumm.h
diff options
context:
space:
mode:
authorMax Horn2002-05-14 19:55:39 +0000
committerMax Horn2002-05-14 19:55:39 +0000
commit3d69ee488a262e991947beafff40a17248c169f3 (patch)
tree00a24663f2547569b890dc787f2619e07050d353 /scumm.h
parentb90edd85d6c104cb2b837a3101f77322f8b30405 (diff)
downloadscummvm-rg350-3d69ee488a262e991947beafff40a17248c169f3.tar.gz
scummvm-rg350-3d69ee488a262e991947beafff40a17248c169f3.tar.bz2
scummvm-rg350-3d69ee488a262e991947beafff40a17248c169f3.zip
some cleanup
svn-id: r4324
Diffstat (limited to 'scumm.h')
-rw-r--r--scumm.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/scumm.h b/scumm.h
index 8c24556e67..7b1a89645a 100644
--- a/scumm.h
+++ b/scumm.h
@@ -556,7 +556,6 @@ public:
/* Scumm main loop */
void mainRun();
- int delta; // global time
/* _insane vars */
@@ -741,8 +740,6 @@ public:
void stopObjectCode();
void stopObjectScript(int script);
-
-
/* Should be in Resource class */
byte _encbyte;
void *_fileHandle;
@@ -783,7 +780,7 @@ public:
void loadRoomObjectsSmall();
void readArrayFromIndexFile();
void readMAXS();
- uint32 isGlobInMemory(int type, int index);
+ bool isGlobInMemory(int type, int index);
virtual void readIndexFile();
virtual void loadCharset(int i);
void nukeCharset(int i);