Changeset 1513 for branches/reyalp-flt/core/gui_4wins.c
- Timestamp:
- 12/29/11 04:24:30 (17 months ago)
- File:
-
- 1 edited
-
branches/reyalp-flt/core/gui_4wins.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/reyalp-flt/core/gui_4wins.c
r1512 r1513 15 15 16 16 #include "module_load.h" 17 17 18 void gui_module_menu_kbd_process(); 19 void gui_4wins_kbd_process(); 20 void gui_4wins_draw(int enforce_redraw); 18 21 19 22 gui_handler GUI_MODE_4WINS = 20 /*GUI_MODE_4WINS*/ {gui_4wins_draw, gui_4wins_kbd_process, gui_module_menu_kbd_process, GUI_MODE_FLAG_NODRAWRESTORE, GUI_MODE_MAGICNUM };23 /*GUI_MODE_4WINS*/ { GUI_MODE_MODULE, gui_4wins_draw, gui_4wins_kbd_process, gui_module_menu_kbd_process, GUI_MODE_FLAG_NODRAWRESTORE, GUI_MODE_MAGICNUM }; 21 24 22 25 … … 339 342 if(cur_player==2&&!mode_rival) set(); 340 343 341 gui_set_mode( (unsigned int)&GUI_MODE_4WINS);344 gui_set_mode(&GUI_MODE_4WINS); 342 345 343 346 return 1;
Note: See TracChangeset
for help on using the changeset viewer.