]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/test.qc
Remove `-Wno-double-declaration`
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / test.qc
index ac792a387ab4e2acfce3408d0e5c819c7b781ff3..53b4476ae1f55e01c7bcc25b2b10fb0758aeeb02 100644 (file)
@@ -10,7 +10,7 @@ void TEST_Fail(string cond)
 
 void TEST_OK()
 {
-       TEST_ok = TRUE;
+       TEST_ok = true;
 }
 
 float TEST_RunAll()