Changeset 619
- Timestamp:
- May 9, 2011, 1:35:56 AM (12 years ago)
- Location:
- abuse/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/loadgame.cpp
r555 r619 48 48 { 49 49 char name[100]; 50 sprintf(name, "nums%04d.pcx", i % (5 * 3) + 1); // FIXME50 sprintf(name, "nums%04d.pcx", i + 1); 51 51 save_buts[i] = cache.reg("art/icons.spe", name, SPEC_IMAGE, 1); 52 52 }
Note: See TracChangeset
for help on using the changeset viewer.