Changeset 1513 for branches/reyalp-flt/core/gui_sokoban.c
- Timestamp:
- 12/29/11 04:24:30 (17 months ago)
- File:
-
- 1 edited
-
branches/reyalp-flt/core/gui_sokoban.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/reyalp-flt/core/gui_sokoban.c
r1512 r1513 13 13 14 14 #include "module_load.h" 15 15 16 void gui_module_menu_kbd_process(); 17 void gui_sokoban_kbd_process(); 18 void gui_sokoban_draw(int enforce_redraw); 16 19 17 20 int *conf_sokoban_level; 18 21 19 22 gui_handler GUI_MODE_SOKOBAN = 20 /*GUI_MODE_SOKOBAN*/ {gui_sokoban_draw, gui_sokoban_kbd_process, gui_module_menu_kbd_process, GUI_MODE_FLAG_NODRAWRESTORE, GUI_MODE_MAGICNUM };23 /*GUI_MODE_SOKOBAN*/ { GUI_MODE_MODULE, gui_sokoban_draw, gui_sokoban_kbd_process, gui_module_menu_kbd_process, GUI_MODE_FLAG_NODRAWRESTORE, GUI_MODE_MAGICNUM }; 21 24 22 25 … … 333 336 need_redraw_all = 1; 334 337 335 gui_set_mode( (unsigned int)&GUI_MODE_SOKOBAN);338 gui_set_mode(&GUI_MODE_SOKOBAN); 336 339 return 1; 337 340 }
Note: See TracChangeset
for help on using the changeset viewer.