Skip to content

Commit 02435a1

Browse files
drop "quick" prefix from quicksave descriptions
1 parent 5637aa3 commit 02435a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prboom2/src/m_menu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1482,7 +1482,7 @@ static void M_QuickSave(void)
14821482
time (&now);
14831483
timeinfo = localtime (&now);
14841484

1485-
strftime(description, sizeof(description), "quick %x %X", timeinfo);
1485+
strftime(description, sizeof(description), "%x %X", timeinfo);
14861486

14871487
G_SaveGame(QUICKSAVESLOT, description);
14881488
doom_printf("%s", description);

0 commit comments

Comments
 (0)