add a couple of consts to fix warnings

This commit is contained in:
ehouse 2005-06-13 14:34:01 +00:00
parent 852218f074
commit 095a9da62a

View file

@ -25,9 +25,9 @@
typedef struct BlankDialogState {
CEAppGlobals* globals;
PickInfo* pi;
const PickInfo* pi;
XP_U16 playerNum;
XP_UCHAR4* texts;
const XP_UCHAR4* texts;
XP_U16 nTiles;
XP_S16 result;
} BlankDialogState;