]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/command/shared_defs.qh
Declare more ints as ints
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / command / shared_defs.qh
index 9e9e6da41757dbd29732e17d5a22af25c3780878..169b0f661ea48defeb342eae47058a3f22716ec3 100644 (file)
@@ -4,5 +4,5 @@
 // =========================================================
 
 // identifiers for subfunction requests by the command code structure
-const float CMD_REQUEST_COMMAND = 1;
-const float CMD_REQUEST_USAGE = 2;
\ No newline at end of file
+const int CMD_REQUEST_COMMAND = 1;
+const int CMD_REQUEST_USAGE = 2;
\ No newline at end of file