From f05712548e39c75080431555574adc89b21ee0ac Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Wed, 21 Nov 2007 00:39:12 +0000 Subject: Oops, Common::Stack should be used instead of Common::FixedStack svn-id: r29590 --- engines/agi/picture.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/agi') diff --git a/engines/agi/picture.cpp b/engines/agi/picture.cpp index 1f1015666e..502793006d 100644 --- a/engines/agi/picture.cpp +++ b/engines/agi/picture.cpp @@ -65,7 +65,7 @@ void PictureMgr::putVirtPixel(int x, int y) { // For the flood fill routines // MH2 needs stack size > 300 -Common::FixedStack _stack[512]; +Common::Stack _stack[512]; /** * Draw an AGI line. -- cgit v1.2.3