[Scummvm-cvs-logs] scummvm-tools master -> 4ea19da83498e6a6315d34ea105734d0c6ddf009

Kirben kirben at optusnet.com.au
Sat Jun 9 02:59:25 CEST 2012


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-tools' repo located at https://github.com/scummvm/scummvm-tools .

Summary:
4ea19da834 TOOLS: Increase the block stack size for jump instructions in Backyard Football 2002.


Commit: 4ea19da83498e6a6315d34ea105734d0c6ddf009
    https://github.com/scummvm/scummvm-tools/commit/4ea19da83498e6a6315d34ea105734d0c6ddf009
Author: Travis Howell (kirben at optusnet.com.au)
Date: 2012-06-08T17:59:00-07:00

Commit Message:
TOOLS: Increase the block stack size for jump instructions in Backyard Football 2002.

Changed paths:
    engines/scumm/descumm.h



diff --git a/engines/scumm/descumm.h b/engines/scumm/descumm.h
index 4c35f30..9bdc029 100644
--- a/engines/scumm/descumm.h
+++ b/engines/scumm/descumm.h
@@ -86,7 +86,7 @@ struct Block {
 	bool isWhile;			// Set to true if we think this jump is part of a while loop
 };
 
-typedef FixedStack<Block, 256> BlockStack;
+typedef FixedStack<Block, 512> BlockStack;
 
 extern BlockStack g_blockStack;
 






More information about the Scummvm-git-logs mailing list