aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;