aboutsummaryrefslogtreecommitdiff
path: root/engines/toon/state.h
diff options
context:
space:
mode:
authorstrangerke2011-03-10 01:32:03 +0100
committerstrangerke2011-03-10 01:32:03 +0100
commitfae2be668fb235c5f145276f98f264c254410d7e (patch)
tree537d04a49cf896bb78e35555ef6287637fb57bed /engines/toon/state.h
parentcf657d09e84f41ff8234f26e6086c48dfb2e8fb4 (diff)
downloadscummvm-rg350-fae2be668fb235c5f145276f98f264c254410d7e.tar.gz
scummvm-rg350-fae2be668fb235c5f145276f98f264c254410d7e.tar.bz2
scummvm-rg350-fae2be668fb235c5f145276f98f264c254410d7e.zip
TOON: Cleanup
Diffstat (limited to 'engines/toon/state.h')
-rw-r--r--engines/toon/state.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/toon/state.h b/engines/toon/state.h
index d31ff4f3c2..63505fd5fb 100644
--- a/engines/toon/state.h
+++ b/engines/toon/state.h
@@ -81,7 +81,6 @@ public:
int32 _nextSpecialEnterX;
int32 _nextSpecialEnterY;
-
bool _timerEnabled[2];
int32 _timerTimeout[2];
int32 _timerDelay[2];
@@ -94,7 +93,6 @@ public:
void loadConversations(Common::ReadStream *stream);
void saveConversations(Common::WriteStream *stream);
-
};
} // End of namespace Toon