diff options
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r-- | scumm/scumm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h index c89fae7682..ae95680274 100644 --- a/scumm/scumm.h +++ b/scumm/scumm.h @@ -712,7 +712,7 @@ public: byte animate, animateIndex; int8 state; } _cursor; - byte _grabbedCursor[2048]; + byte _grabbedCursor[8192]; byte _currentCursor; byte _newEffect, _switchRoomEffect2, _switchRoomEffect; |