Changeset 19:94fe9153efa5

Show
Ignore:
Timestamp:
10/18/08 21:27:05 (4 years ago)
Author:
thib
Branch:
default
convert_revision:
svn:d0a2da98-017c-47d2-8c43-22b54484806d/trunk@20
Message:
Enable the 99th save
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • scn2k/scn2k_impl.cc

    r16 r19  
    10111011        char buf[1024]; 
    10121012        string path = MakeSaveFile(); 
    1013         if (num <= 0 || num > 99) return false; 
     1013        if (num <= 0 || num > 100) return false; 
    10141014        sprintf(buf,".%d",num); 
    10151015        path += buf;