diff options
author | Max Horn | 2006-04-02 09:26:51 +0000 |
---|---|---|
committer | Max Horn | 2006-04-02 09:26:51 +0000 |
commit | 2fd027846e8bc7bba4029d9c8d774a4cbab6218f (patch) | |
tree | 4e66d8676bbc0b737fef17243107f648d90132c7 /base | |
parent | a30d832ee08575bc02ab53c9daeccba830dec5a9 (diff) | |
download | scummvm-rg350-2fd027846e8bc7bba4029d9c8d774a4cbab6218f.tar.gz scummvm-rg350-2fd027846e8bc7bba4029d9c8d774a4cbab6218f.tar.bz2 scummvm-rg350-2fd027846e8bc7bba4029d9c8d774a4cbab6218f.zip |
Moved AmigaOS 'magic cookie' to sdl.cpp, as it is port specific (porter says he might remove it completly in a future version)
svn-id: r21550
Diffstat (limited to 'base')
-rw-r--r-- | base/main.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
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 |