aboutsummaryrefslogtreecommitdiff
path: root/sword2/sword2.h
diff options
context:
space:
mode:
authorJonathan Gray2003-08-22 08:40:27 +0000
committerJonathan Gray2003-08-22 08:40:27 +0000
commit0649a8e30db7aa67f413e6d49d333a7f952f4021 (patch)
tree97c10d92ef5ef47e164a461b505091298843a7ee /sword2/sword2.h
parentab59623930fbc1387bab7eca5c6602da52f6227f (diff)
downloadscummvm-rg350-0649a8e30db7aa67f413e6d49d333a7f952f4021.tar.gz
scummvm-rg350-0649a8e30db7aa67f413e6d49d333a7f952f4021.tar.bz2
scummvm-rg350-0649a8e30db7aa67f413e6d49d333a7f952f4021.zip
enable boot param like option for bs2, valid numbers can be found in startup.inf
svn-id: r9822
Diffstat (limited to 'sword2/sword2.h')
-rw-r--r--sword2/sword2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sword2/sword2.h b/sword2/sword2.h
index 621f2fd556..d8eb4512fc 100644
--- a/sword2/sword2.h
+++ b/sword2/sword2.h
@@ -64,6 +64,7 @@ class Sword2State : public Engine {
OSystem::MutexRef _paletteMutex; // put in a gfx class?
private:
bool _quit;
+ uint32 _bootParam;
};
extern Sword2State *g_sword2;