(svn r2420) - Codechange: magic number elminitation of cursorsprites.
This commit is contained in:
@@ -837,7 +837,7 @@ typedef struct ThreadedSave {
|
||||
uint count;
|
||||
bool ff_state;
|
||||
bool saveinprogress;
|
||||
uint32 cursor;
|
||||
CursorID cursor;
|
||||
} ThreadedSave;
|
||||
|
||||
/* A maximum size of of 128K * 500 = 64.000KB savegames */
|
||||
|
Reference in New Issue
Block a user