change type to signed as part of not showing engine feedback when (on

ARM) search won't take long enough to matter.
This commit is contained in:
ehouse 2004-10-08 01:02:15 +00:00
parent 274c77c255
commit 4ce6751b42

View file

@ -143,7 +143,7 @@ typedef struct MyIrPacket MyIrPacket;
typedef struct ProgressCtxt {
RectangleType boundsRect;
XP_U16 curLine;
XP_S16 curLine;
} ProgressCtxt;
/* I *hate* having to define these globally... */