Changeset 513 for abuse/trunk/src/game.cpp
- Timestamp:
- Apr 20, 2011, 8:32:26 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/game.cpp
r512 r513 1244 1244 // exit() will try to delete (through the desctructor of 1245 1245 // image_list in image.cpp) the image on the stack -> boom. 1246 image *blank = new image( 2, 2);1246 image *blank = new image(vec2i(2, 2)); 1247 1247 blank->clear(); 1248 1248 wm->set_mouse_shape(blank->copy(), 0, 0); // hide mouse
Note: See TracChangeset
for help on using the changeset viewer.