Changeset 513 for abuse/trunk/src/endgame.cpp
- Timestamp:
- Apr 20, 2011, 8:32:26 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/endgame.cpp
r512 r513 181 181 fade_out(16); 182 182 183 image blank( 2,2); blank.clear();183 image blank(vec2i(2)); blank.clear(); 184 184 wm->set_mouse_shape(blank.copy(),0,0); // don't show mouse 185 185 … … 424 424 { 425 425 fade_out(16); 426 image blank( 2,2); blank.clear();426 image blank(vec2i(2, 2)); blank.clear(); 427 427 wm->set_mouse_shape(blank.copy(),0,0); // don't show mouse 428 428 screen->clear(); … … 480 480 { 481 481 fade_out(16); 482 image blank( 2,2); blank.clear();482 image blank(vec2i(2, 2)); blank.clear(); 483 483 wm->set_mouse_shape(blank.copy(),0,0); // don't show mouse 484 484 screen->clear();
Note: See TracChangeset
for help on using the changeset viewer.