aboutsummaryrefslogtreecommitdiff
path: root/smush.h
diff options
context:
space:
mode:
authorVincent Hamm2002-03-25 22:46:32 +0000
committerVincent Hamm2002-03-25 22:46:32 +0000
commit71be0400dc3d243b6854e36d16d30d151aa4fc2c (patch)
tree101c5db089f4758567aa73cd06d6cac5fb729e48 /smush.h
parent13bf453232d27ad2cde9ce25ebeb14c2665a9385 (diff)
downloadscummvm-rg350-71be0400dc3d243b6854e36d16d30d151aa4fc2c.tar.gz
scummvm-rg350-71be0400dc3d243b6854e36d16d30d151aa4fc2c.tar.bz2
scummvm-rg350-71be0400dc3d243b6854e36d16d30d151aa4fc2c.zip
Fixed most of the speed issues of insane
svn-id: r3833
Diffstat (limited to 'smush.h')
-rw-r--r--smush.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/smush.h b/smush.h
index 556fd4f064..e3b753d019 100644
--- a/smush.h
+++ b/smush.h
@@ -74,4 +74,6 @@ struct SmushPlayer {
Scumm *sm;
+ int _frameChanged;
+
};