aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Brown2002-04-01 06:53:59 +0000
committerJames Brown2002-04-01 06:53:59 +0000
commit1415ba6d0c05a7f46fe8354e7be7e9a66e00f966 (patch)
tree1aefe0cdf77c7e61ad6f1042a6104f885fb29b32
parentd304e2da6c918f21c469e5843ed92b195e1c3e51 (diff)
downloadscummvm-rg350-1415ba6d0c05a7f46fe8354e7be7e9a66e00f966.tar.gz
scummvm-rg350-1415ba6d0c05a7f46fe8354e7be7e9a66e00f966.tar.bz2
scummvm-rg350-1415ba6d0c05a7f46fe8354e7be7e9a66e00f966.zip
Fixed saved states - broke format of course, we need to come up with a better way to do this. Thanks jah :)
svn-id: r3846
-rw-r--r--scumm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm.h b/scumm.h
index 7d5f1b76b4..7517e56cd3 100644
--- a/scumm.h
+++ b/scumm.h
@@ -1719,7 +1719,7 @@ struct ScummDebugger {
};
struct SaveLoadEntry {
- uint16 offs;
+ uint32 offs;
uint8 type;
uint8 size;
};