]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - common.h
cvar: Remove unused ignore_callback variable
[xonotic/darkplaces.git] / common.h
index 24619a147bcdf61581a629d5ae8efec8aa681353..4f5e88b36f5d0583ad5bbfdd975d06fa2446e180 100644 (file)
--- a/common.h
+++ b/common.h
@@ -1,5 +1,6 @@
 /*
 Copyright (C) 1996-1997 Id Software, Inc.
+Copyright (C) 2000-2020 DarkPlaces contributors
 
 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License
@@ -298,6 +299,7 @@ typedef enum gamemode_e
        GAME_MOONHELM,
        GAME_VORETOURNAMENT,
        GAME_DOOMBRINGER, // added by Cloudwalk for kristus
+       GAME_BATTLEMETAL, // added by Cloudwalk for Subject9x
        GAME_COUNT
 }
 gamemode_t;