Changeset 513 for abuse/trunk/src/menu.cpp
- Timestamp:
- Apr 20, 2011, 8:32:26 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/menu.cpp
r512 r513 178 178 int choice=0,done=0; 179 179 int bh=font->height()+3; 180 image *save =new image(mw-2,bh);180 image *save = new image(vec2i(mw - 2,bh)); 181 181 int color=128,cdir=50; 182 182 … … 394 394 if (DEFINEDP(ss->GetValue())) 395 395 { 396 image blank( 2,2); blank.clear();396 image blank(vec2i(2, 2)); blank.clear(); 397 397 wm->set_mouse_shape(blank.copy(),0,0); // don't show mouse 398 398
Note: See TracChangeset
for help on using the changeset viewer.