Skip to content

Commit 9a7aa7a

Browse files
committed
Fixed map name in demos recorded with * argument
https://mantis.zdoom.org/view.php?id=642
1 parent aae9b33 commit 9a7aa7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/g_level.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ CCMD(recordmap)
256256
G_DeferedInitNew(mapname);
257257
gameaction = ga_recordgame;
258258
newdemoname = argv[1];
259-
newdemomap = argv[2];
259+
newdemomap = mapname;
260260
}
261261
}
262262
catch (CRecoverableError &error)

0 commit comments

Comments
 (0)