]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Merge branch 'master' into Mario/q3compat_sanity. Also store supported map features...
authorMario <mario.mario@y7mail.com>
Mon, 27 Jul 2020 06:56:06 +0000 (16:56 +1000)
committerMario <mario.mario@y7mail.com>
Mon, 27 Jul 2020 06:56:06 +0000 (16:56 +1000)
1  2 
qcsrc/common/mapinfo.qc
qcsrc/common/mapinfo.qh
qcsrc/server/g_world.qc

index 23de32c7ca1767aecb8adc9f92f3fd5a961335d0,dce55aa86e07c9b9c1cb4135d36c8acdbd508005..26eb8e4b60f64c3dd85d2c66cec13ca5d9448c53
@@@ -611,10 -589,9 +611,10 @@@ void _MapInfo_Map_ApplyGametypeEx(strin
        }
  }
  
- Gametype MapInfo_Type_FromString(string gtype)
+ Gametype MapInfo_Type_FromString(string gtype, bool dowarn)
  {
        string replacement = "";
 +      bool do_warn = true;
        switch (gtype)
        {
                case "nexball":   replacement = "nb"; break;
Simple merge
Simple merge