(svn r3176) Use proper types, not some variants of int

This commit is contained in:
tron
2005-11-13 21:16:34 +00:00
parent eeade69786
commit 357aba7475
7 changed files with 13 additions and 11 deletions

View File

@@ -56,7 +56,7 @@ typedef struct Widget {
byte color;
uint16 left, right, top, bottom;
uint16 unkA;
uint16 tooltips;
StringID tooltips;
} Widget;
enum FrameFlags {