aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backends/sdl/sdl.cpp5
-rw-r--r--base/main.cpp5
2 files changed, 5 insertions, 5 deletions
diff --git a/backends/sdl/sdl.cpp b/backends/sdl/sdl.cpp
index fe617991e7..92bdf58a48 100644
--- a/backends/sdl/sdl.cpp
+++ b/backends/sdl/sdl.cpp
@@ -32,6 +32,11 @@
#include "scummvm.xpm"
+#if defined(__amigaos4__)
+// Set the stack cookie, 640 KB should be enough for everyone
+const char* stackCookie = "$STACK: 655360\0";
+#endif
+
#if defined(WIN32) && defined(NO_CONSOLE)
#include <cstdio>
#define STDOUT_FILE TEXT("stdout.txt")
diff --git a/base/main.cpp b/base/main.cpp
index 9fc06c75d3..38fca03864 100644
--- a/base/main.cpp
+++ b/base/main.cpp
@@ -143,11 +143,6 @@ const char *gScummVMFeatures = ""
#endif
;
-#if defined(__amigaos4__)
-// Set the stack cookie, 640 KB should be enough for everyone
-const char* stackCookie = "$STACK: 655360\0";
-#endif
-
/**
* The debug level. Initially set to -1, indicating that no debug output
* should be shown. Positive values usually imply an increasing number of