comparison system/system_config.cc @ 16:92765a5661f7

added "new" label on last savegame and corrected StatSaveFile
author thib
date Mon, 11 Aug 2008 16:23:17 +0000
parents b6d6c0ffb423
children f45da03ca631
comparison
equal deleted inserted replaced
15:38226842bac8 16:92765a5661f7
785 785
786 SetOrigParam("#SELR.000",16,0,0,640,480,0,0,500,50,0,0,0,0,0,0,255,0); 786 SetOrigParam("#SELR.000",16,0,0,640,480,0,0,500,50,0,0,0,0,0,0,255,0);
787 SetOrigParam("#SEL.000", 15,0,0,639,479,0,0, 32, 4,0,0,0,0,0,0,0); 787 SetOrigParam("#SEL.000", 15,0,0,639,479,0,0, 32, 4,0,0,0,0,0,0,0);
788 788
789 SetOrigParam("#SCREENSIZE_MOD", 1, 0); /* 0 = 640x480; 1 = 800x600 */ 789 SetOrigParam("#SCREENSIZE_MOD", 1, 0); /* 0 = 640x480; 1 = 800x600 */
790
791 SetOrigParam("#LASTSAVE", 1, 0);
790 } 792 }
791 AyuSysConfig::~AyuSysConfig(void) { 793 AyuSysConfig::~AyuSysConfig(void) {
792 delete str_config; 794 delete str_config;
793 delete int_config; 795 delete int_config;
794 } 796 }