Oops. Minute have 60 seconds not 3.

git-svn-id: https://svn.eduke32.com/eduke32@745 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hnt_ts 2008-05-30 17:48:28 +00:00
parent 7f9e4157fa
commit c380f40bc6
1 changed files with 2 additions and 2 deletions

View File

@ -7291,7 +7291,7 @@ int ExtInit(void)
getmessagetimeoff = 0;
Bstrcpy(apptitle, "Mapster32"VERSION"");
autosavetimer = totalclock+120*autosave*3;
autosavetimer = totalclock+120*autosave*60;
#if defined(_WIN32) && defined(DUKEOSD)
OSD_SetFunctions(
@ -7552,7 +7552,7 @@ static void Keys2d3d(void)
ExtSaveMap("autosave.map");
message("Board autosaved to AUTOSAVE.MAP");
}
autosavetimer = totalclock+120*autosave*3;
autosavetimer = totalclock+120*autosave*60;
}
if (eitherCTRL) //CTRL