]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/minigames/minigame/all.qh
Merge branch 'master' into Mario/snake
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / minigames / minigame / all.qh
index 835081c4b95e64528087f302c1582ef8165ead9b..0bc61357b8a53f348f28dc6d2366af640c21089b 100644 (file)
@@ -65,7 +65,6 @@ that .owner is set to the minigame session entity and .minigame_autoclean is tru
 #include "ttt.qc"
 #include "c4.qc"
 #include "pong.qc"
-#include "qto.qc"
 #include "ps.qc"
 #include "pp.qc"
 #include "snake.qc"
@@ -81,7 +80,6 @@ that .owner is set to the minigame session entity and .minigame_autoclean is tru
        MINIGAME(ttt, "Tic Tac Toe") \
        MINIGAME(pong,"Pong") \
        MINIGAME(c4,  "Connect Four") \
-       MINIGAME(qto, "Quinto") \
        MINIGAME(ps,  "Peg Solitaire") \
        MINIGAME(pp,  "Push-Pull") \
        MINIGAME(snake,"Snake") \