]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/g_world.qh
Further cleanup of defs.qh
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / g_world.qh
index ceb7a4a4b95b09dc4453efd47da009a098943fd9..f99619208758a435c2330657d4eb39731919c878 100644 (file)
@@ -29,10 +29,14 @@ float alreadychangedlevel;
 string cache_mutatormsg;
 string cache_lastmutatormsg;
 
+float default_player_alpha;
+float default_weapon_alpha;
+
 // database
 float ServerProgsDB;
 float TemporaryDB;
 
+.float winning;
 const int WINNING_NO = 0; // no winner, but time limits may terminate the game
 const int WINNING_YES = 1; // winner found
 const int WINNING_NEVER = 2; // no winner, enter overtime if time limit is reached