Changeset 658 for abuse/trunk/src/loadgame.cpp
- Timestamp:
- May 15, 2011, 6:22:21 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/loadgame.cpp
r650 r658 107 107 108 108 int w=cache.img(save_buts[0])->Size().x; 109 int mx=last_demo_m x-w/2;109 int mx=last_demo_mpos.x-w/2; 110 110 if(mx + w + 10 > xres) mx = xres - w - 10; 111 111 if(mx < 0) mx = 0;
Note: See TracChangeset
for help on using the changeset viewer.