]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Fix the +map crash once and for all. Defer stuffcmds until it's safe to run.
authorcloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 4 Jun 2020 12:11:20 +0000 (12:11 +0000)
committercloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 4 Jun 2020 12:11:20 +0000 (12:11 +0000)
commit0fe5448cd48d31770768f209b302187dcdb1502c
treea615fd58207739c86430c4c327a8ca6cd91e9497
parentd6a8b2b6aee36740259091bec6882757a4c2b0d9
Fix the +map crash once and for all. Defer stuffcmds until it's safe to run.

Check if the literal quake.rc file exists rather than using stuffcmds as
an indicator of its existence, and use a new qboolean host_init to defer
stuffcmds.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12632 d7cf8633-e32d-0410-b094-e92efae38249
cmd.c
host.c