mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-24 04:29:34 -04:00
consistent savegame dir logging
This commit is contained in:
parent
5315cd42c0
commit
162d2e84cd
@ -2468,10 +2468,10 @@ void D_DoomMain(void)
|
|||||||
|
|
||||||
NormalizeSlashes(basesavegame);
|
NormalizeSlashes(basesavegame);
|
||||||
M_MakeDirectory(basesavegame);
|
M_MakeDirectory(basesavegame);
|
||||||
|
|
||||||
I_Printf(VB_INFO, "Savegame directory: %s\n", basesavegame);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
I_Printf(VB_INFO, "Savegame directory: %s\n", basesavegame);
|
||||||
|
|
||||||
bodyquesize = default_bodyquesize; // killough 10/98
|
bodyquesize = default_bodyquesize; // killough 10/98
|
||||||
|
|
||||||
// 1/18/98 killough: Z_Init call moved to i_main.c
|
// 1/18/98 killough: Z_Init call moved to i_main.c
|
||||||
|
Loading…
x
Reference in New Issue
Block a user