]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - common.h
now that performance of cl_decals_newsystem is not terrible, enable it
[xonotic/darkplaces.git] / common.h
index 0902ca775be323de68360f7b1bd331c229cf9f6f..ad96265c7915354e48de148a490b0089ec3a7753 100644 (file)
--- a/common.h
+++ b/common.h
@@ -134,7 +134,7 @@ typedef enum protocolversion_e
        PROTOCOL_QUAKEWORLD, ///< quakeworld protocol
        PROTOCOL_NEHAHRABJP, ///< same as QUAKEDP but with 16bit modelindex
        PROTOCOL_NEHAHRABJP2, ///< same as NEHAHRABJP but with 16bit soundindex
-       PROTOCOL_NEHAHRABJP3 ///< same as NEHAHRABJP2 but with some changes
+       PROTOCOL_NEHAHRABJP3, ///< same as NEHAHRABJP2 but with some changes
 }
 protocolversion_t;
 
@@ -274,6 +274,7 @@ typedef enum gamemode_e
        GAME_BLOODOMNICIDE,
        GAME_STEELSTORM, // added by motorsep
        GAME_STRAPBOMB, // added by motorsep for Urre
+       GAME_MOONHELM,
        GAME_COUNT
 }
 gamemode_t;