(svn r2420) - Codechange: magic number elminitation of cursorsprites.

This commit is contained in:
Darkvater
2005-06-06 13:47:06 +00:00
parent f87df93a70
commit c3c69ff5cb
17 changed files with 73 additions and 70 deletions

View File

@@ -71,6 +71,7 @@ typedef byte CargoID;
typedef uint16 StringID;
typedef uint16 SpriteID;
typedef uint32 PalSpriteID;
typedef uint32 CursorID;
typedef uint32 WindowNumber;
typedef byte WindowClass;