diff options
| -rw-r--r-- | engines/agi/preagi_mickey.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agi/preagi_mickey.cpp b/engines/agi/preagi_mickey.cpp index ed4882fcab..d0f6540651 100644 --- a/engines/agi/preagi_mickey.cpp +++ b/engines/agi/preagi_mickey.cpp @@ -850,7 +850,7 @@ void MickeyEngine::drawRoomAnimation() {  }  void MickeyEngine::drawRoom() { -	uint8 buffer[256]; +	uint8 buffer[512];  	int pBuf = 0;  	int nObjs;  | 
