控制台直接进入特定模式动画变短

This commit is contained in:
MrZ626
2021-06-01 14:32:43 +08:00
parent 6518e581b6
commit ec62da93a4

View File

@@ -541,7 +541,7 @@ function commands.unlockall(bool)
end
function commands.play(m)--marathon_bfmax can only entered through here
if MODES[m]then
loadGame(m)
loadGame(m,true)
elseif m~=""then
log{C.R,"No mode called "..m}
else