aboutsummaryrefslogtreecommitdiff
path: root/engines/agi
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agi')
-rw-r--r--engines/agi/picture.cpp2
1 files changed, 1 insertions, 1 deletions
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<uint16> _stack[512];
+Common::Stack<uint16> _stack[512];
/**
* Draw an AGI line.