Changeset 619


Ignore:
Timestamp:
May 9, 2011, 1:35:56 AM (12 years ago)
Author:
Sam Hocevar
Message:

game: allow to load and save 15 games instead of 5.

Location:
abuse/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • abuse/trunk/src/loadgame.cpp

    r555 r619  
    4848    {
    4949        char name[100];
    50         sprintf(name, "nums%04d.pcx", i % (5 * 3) + 1); // FIXME
     50        sprintf(name, "nums%04d.pcx", i + 1);
    5151        save_buts[i] = cache.reg("art/icons.spe", name, SPEC_IMAGE, 1);
    5252    }
Note: See TracChangeset for help on using the changeset viewer.