Changeset 1254 for trunk/core/gui.c
- Timestamp:
- 07/29/11 11:35:49 (22 months ago)
- File:
-
- 1 edited
-
trunk/core/gui.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/gui.c
r1250 r1254 894 894 895 895 void rinit(){ 896 // Erase screen if switching from user menu to main menu 897 // in case the user menu is larger than the main menu 898 // otherwise it leaves remnants of the user menu above and below 899 // the main menu. 900 draw_restore(); 896 901 gui_menu_init(&root_menu); 897 902 }
Note: See TracChangeset
for help on using the changeset viewer.