Forgot to add the new 'const' in the unfinished subdirectory. Oops.

[originally from svn r9659]
This commit is contained in:
Simon Tatham
2012-09-10 18:05:54 +00:00
parent 0880ef0583
commit 0e8a375814
4 changed files with 8 additions and 8 deletions

View File

@ -718,8 +718,8 @@ struct game_drawstate {
int FIXME;
};
static char *interpret_move(game_state *state, game_ui *ui, game_drawstate *ds,
int x, int y, int button)
static char *interpret_move(game_state *state, game_ui *ui,
const game_drawstate *ds, int x, int y, int button)
{
return NULL;
}