Changeset 513 for abuse/trunk/src/dev.cpp
- Timestamp:
- Apr 20, 2011, 8:32:26 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/dev.cpp
r512 r513 247 247 (the_game->first_view->cy2-the_game->first_view->cy1+1)/2; 248 248 249 small_render=new image((the_game->first_view->cx2-the_game->first_view->cx1+1), 250 (the_game->first_view->cy2-the_game->first_view->cy1+1),NULL,2); 249 small_render=new image(vec2i(the_game->first_view->cx2-the_game->first_view->cx1+1, the_game->first_view->cy2-the_game->first_view->cy1+1),NULL,2); 251 250 } 252 251 … … 3004 3003 { 3005 3004 me->clear(); 3006 image *im=new image( the_game->ftile_width(),the_game->ftile_height());3005 image *im=new image(vec2i(the_game->ftile_width(),the_game->ftile_height())); 3007 3006 int th=the_game->ftile_height()/scale,tw=the_game->ftile_width()/scale; 3008 3007
Note: See TracChangeset
for help on using the changeset viewer.