]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - console.c
Adding GAME_XONOTIC and recognizing xonotic executable names
[xonotic/darkplaces.git] / console.c
index 3ce37373d3067e5c1e017266b6176344529a8897..7c0499ad535320a4ea1019c1218c62ed38c1d4dc 100644 (file)
--- a/console.c
+++ b/console.c
@@ -1049,7 +1049,7 @@ void Con_MaskPrint(int additionalmask, const char *msg)
                                {
                                        if (con_chatsound.value)
                                        {
-                                               if(gamemode == GAME_NEXUIZ)
+                                               if(gamemode == GAME_NEXUIZ || gamemode == GAME_XONOTIC)
                                                {
                                                        if(msg[1] == '\r' && cl.foundtalk2wav)
                                                                S_LocalSound ("sound/misc/talk2.wav");