aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Brown2002-03-06 15:59:25 +0000
committerJames Brown2002-03-06 15:59:25 +0000
commit6265b84fb3b2cd07a6e079b1d12fa89a521e6898 (patch)
tree64e47207f4e7a704839817846b5cc31d33aa209f
parentf0ad130ffad58b29ccd6228ad08f7d1c87156d6c (diff)
downloadscummvm-rg350-6265b84fb3b2cd07a6e079b1d12fa89a521e6898.tar.gz
scummvm-rg350-6265b84fb3b2cd07a6e079b1d12fa89a521e6898.tar.bz2
scummvm-rg350-6265b84fb3b2cd07a6e079b1d12fa89a521e6898.zip
Minor stack fix.
svn-id: r3668
-rw-r--r--scumm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm.h b/scumm.h
index 56c98c6c1f..faaa112bfa 100644
--- a/scumm.h
+++ b/scumm.h
@@ -1119,7 +1119,7 @@ struct Scumm {
uint16 _lastKeyHit;
int _scummStackPos;
- int16 _scummStack[100];
+ int16 _scummStack[150];
int _maxBoxVertexHeap;
byte *_boxMatrixPtr4, *_boxMatrixPtr1, *_boxMatrixPtr3;