]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/monsters/spawn.qc
Unify boolean constants
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / monsters / spawn.qc
index be5accf5ede2d095a2d40cc398970aa406a49a74..e6b5db8e32dda2e37ec2a4e78bf9402439614126 100644 (file)
@@ -34,7 +34,7 @@ entity spawnmonster (string monster, float monster_id, entity spawnedby, entity
                        mon = get_monsterinfo(i);
                        if(mon.netname == monster)
                        {
-                               found = TRUE;
+                               found = true;
                                monster_id = mon.monsterid; // we have the monster, old monster id is no longer required
                                break;
                        }