]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/item_key.qh
Make map weapons glow the color of their waypoint instead of white
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / item_key.qh
index b077c0070528a4ac6edb00e60cf9af7acb79accd..50be5f8dba7ef998c238dd68fbb531f6951da142 100644 (file)
@@ -1,3 +1,5 @@
+#pragma once
+
 /**
  * Returns the bit ID of a key
  */
@@ -13,7 +15,7 @@ string item_keys_names[ITEM_KEY_MAX];
 
 /**
  * Use keys from p on l.
- * Returns TRUE if any new keys were given, FALSE otherwise.
+ * Returns true if any new keys were given, false otherwise.
  */
 float item_keys_usekey(entity l, entity p);