aboutsummaryrefslogtreecommitdiff
path: root/sword2/sword2.h
diff options
context:
space:
mode:
authorJonathan Gray2003-08-24 11:39:32 +0000
committerJonathan Gray2003-08-24 11:39:32 +0000
commit070a746de4faf753e4ed1a79ce74788747f58685 (patch)
tree35397af06064a21f05877f850f8af15cc51caf01 /sword2/sword2.h
parente52f4c89c79c4d390ff81957a72254f89049f685 (diff)
downloadscummvm-rg350-070a746de4faf753e4ed1a79ce74788747f58685.tar.gz
scummvm-rg350-070a746de4faf753e4ed1a79ce74788747f58685.tar.bz2
scummvm-rg350-070a746de4faf753e4ed1a79ce74788747f58685.zip
this should be signed
svn-id: r9845
Diffstat (limited to 'sword2/sword2.h')
-rw-r--r--sword2/sword2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/sword2.h b/sword2/sword2.h
index 6b4aaae7ea..cf58b45485 100644
--- a/sword2/sword2.h
+++ b/sword2/sword2.h
@@ -66,7 +66,7 @@ class Sword2State : public Engine {
private:
bool _quit;
uint32 _bootParam;
- uint32 _saveSlot;
+ int32 _saveSlot;
};
extern Sword2State *g_sword2;