mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
add a couple of consts to fix warnings
This commit is contained in:
parent
852218f074
commit
095a9da62a
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue