[Scummvm-cvs-logs] SF.net SVN: scummvm: [29590] scummvm/trunk/engines/agi/picture.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Wed Nov 21 01:39:13 CET 2007


Revision: 29590
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29590&view=rev
Author:   thebluegr
Date:     2007-11-20 16:39:12 -0800 (Tue, 20 Nov 2007)

Log Message:
-----------
Oops, Common::Stack should be used instead of Common::FixedStack

Modified Paths:
--------------
    scummvm/trunk/engines/agi/picture.cpp

Modified: scummvm/trunk/engines/agi/picture.cpp
===================================================================
--- scummvm/trunk/engines/agi/picture.cpp	2007-11-21 00:34:32 UTC (rev 29589)
+++ scummvm/trunk/engines/agi/picture.cpp	2007-11-21 00:39:12 UTC (rev 29590)
@@ -65,7 +65,7 @@
 // For the flood fill routines
 
 // MH2 needs stack size > 300
-Common::FixedStack<uint16> _stack[512];
+Common::Stack<uint16> _stack[512];
 
 /**
  * Draw an AGI line.


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list