aboutsummaryrefslogtreecommitdiff
path: root/queen/graphics.h
diff options
context:
space:
mode:
authorGregory Montoir2003-10-18 19:40:11 +0000
committerGregory Montoir2003-10-18 19:40:11 +0000
commit26aa6c9087c07bec892afc15b819c9b1d2197d9b (patch)
tree0aed34c69e4297a34a2b399a458dcddcf87cc4da /queen/graphics.h
parent3fdb2540c0772841af5800f66a8398bc84487e25 (diff)
downloadscummvm-rg350-26aa6c9087c07bec892afc15b819c9b1d2197d9b.tar.gz
scummvm-rg350-26aa6c9087c07bec892afc15b819c9b1d2197d9b.tar.bz2
scummvm-rg350-26aa6c9087c07bec892afc15b819c9b1d2197d9b.zip
fix truck intro problem
svn-id: r10901
Diffstat (limited to 'queen/graphics.h')
-rw-r--r--queen/graphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/queen/graphics.h b/queen/graphics.h
index ece8571910..5da3e39663 100644
--- a/queen/graphics.h
+++ b/queen/graphics.h
@@ -55,7 +55,7 @@ struct BobSlot {
//! associated BobFrame
uint16 frameNum;
//! 'direction' for the next frame (-1, 1)
- uint8 frameDir;
+ int frameDir;
//! animation stuff
bool animating;