mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-25 13:55:36 -04:00
fix reported savegame slot number
This commit is contained in:
parent
947463c624
commit
e72887abbc
@ -2169,7 +2169,7 @@ static void G_DoLoadGame(void)
|
||||
int maplumpnum = W_CheckNumForName(maplump);
|
||||
|
||||
fprintf(stderr, "G_DoLoadGame: Slot %d, %.8s (%s)\n",
|
||||
savegameslot, maplump, W_WadNameForLump(maplumpnum));
|
||||
10*savepage+savegameslot, maplump, W_WadNameForLump(maplumpnum));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user