aboutsummaryrefslogtreecommitdiff
path: root/sword2/sword2.h
diff options
context:
space:
mode:
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 e229376a63..6b4aaae7ea 100644
--- a/sword2/sword2.h
+++ b/sword2/sword2.h
@@ -66,6 +66,7 @@ class Sword2State : public Engine {
private:
bool _quit;
uint32 _bootParam;
+ uint32 _saveSlot;
};
extern Sword2State *g_sword2;