]> git.xonotic.org Git - xonotic/darkplaces.git/commit
fs: fix Quake expansions getting unloaded when adding a gamedir
authorbones_was_here <bones_was_here@xonotic.au>
Tue, 6 Feb 2024 09:31:45 +0000 (19:31 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Tue, 6 Feb 2024 09:31:45 +0000 (19:31 +1000)
commit7b7009740d891a5454c39106459ec9c63b74aa10
tree5cb0b6b8dfa74ce6ae833e81c1afca9462199591
parent5db369bea3d0cdd3dbd3b5b8038a399f0dbf84b6
fs: fix Quake expansions getting unloaded when adding a gamedir

It would switch back to Quake (from eg Rogue) even when the gamedir
being added didn't match any from a supported Quake expansion/mod.

Signed-off-by: bones_was_here <bones_was_here@xonotic.au>
com_game.c