mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
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:
parent
7f9e4157fa
commit
c380f40bc6
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue