(svn r63) Fix: [ 1009385 ] Too many save games prevented loading

This commit is contained in:
dominik 2004-08-16 13:09:52 +00:00
parent c4b9a9cc70
commit b15f790797
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ enum {
#define WP(ptr,str) (*(str*)(ptr)->custom)
typedef struct {
byte count, cap, pos;
uint16 count, cap, pos;
} Scrollbar;
struct Window {