]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/minigames/minigame/all.qh
Add an infection mode to zombie apocalypse, which allows playing as monsters
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / minigames / minigame / all.qh
index 2505b142be14580942a76ce0d5915fce261159b2..f6c850107981f23e060d89461520d0e3488ecdc2 100644 (file)
@@ -63,7 +63,7 @@ that .owner is set to the minigame session entity and .minigame_autoclean is tru
 
 #include "nmm.qc"
 #include "ttt.qc"
-//#include "c4.qc"
+#include "c4.qc"
 #include "pong.qc"
 
 /**
@@ -76,10 +76,9 @@ that .owner is set to the minigame session entity and .minigame_autoclean is tru
        MINIGAME(nmm, "Nine Men's Morris") \
        MINIGAME(ttt, "Tic Tac Toe") \
        MINIGAME(pong, "Pong") \
+       MINIGAME(c4,  "Connect Four") \
        /*empty line*/
 
-//MINIGAME(c4,  "Connect Four") \
-
 /**
  * Set up automatic entity read/write functionality
  * To ensure that everything is handled automatically, spawn on the server using msle_spawn