]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Merge branch 'master' into Mario/snake
authorMario <zacjardine@y7mail.com>
Sun, 27 Sep 2015 03:24:01 +0000 (13:24 +1000)
committerMario <zacjardine@y7mail.com>
Sun, 27 Sep 2015 03:24:01 +0000 (13:24 +1000)
1  2 
qcsrc/common/minigames/minigame/all.qh

index 835081c4b95e64528087f302c1582ef8165ead9b,472c985a931e0bce44005a173083f9c961fbf636..0bc61357b8a53f348f28dc6d2366af640c21089b
@@@ -65,10 -65,8 +65,9 @@@ that .owner is set to the minigame sess
  #include "ttt.qc"
  #include "c4.qc"
  #include "pong.qc"
- #include "qto.qc"
  #include "ps.qc"
  #include "pp.qc"
 +#include "snake.qc"
  
  /**
   * Registration:
        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") \
        /*empty line*/
  
  /**