Fix for "playdemo" not working with custom home paths
All threads resolved!
All threads resolved!
This should fix https://mb.srb2.org/showthread.php?t=43205
EDIT: As a bonus I've gotten -playdemo and -timedemo to work again; however, the change involves may or may not be master-safe, so I'm merging this to next instead
Edited by Monster Iestyn
Merge request reports
Activity
Filter activity
- Resolved by Monster Iestyn
mentioned in merge request !220 (closed)
- Resolved by Monster Iestyn
Related to demos, -playdemo seems to be fixed on my system by:
+ COM_BufInsertText("wait 2\n"); if (M_CheckParm("-playdemo")) { singledemo = true; // quit after one demo G_DeferedPlayDemo(tmp); } else G_TimeDemo(tmp);
Edited by James R.
added 1 commit
- 0ef7aff5 - Prevent SV_SpawnPlayer from being able to freeze the game if gametic is 0.…
mentioned in commit c42c70cb
Please register or sign in to reply