]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/command/rpn.qh
Declare more ints as ints
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / command / rpn.qh
index 073223f89404afb664481eb65b793bd34ada4f26..44bd66733e2d905370efbeae5e4efe2ef63866b9 100644 (file)
@@ -6,7 +6,7 @@
 //  Last updated: December 28th, 2011
 // =========================================================
 
 //  Last updated: December 28th, 2011
 // =========================================================
 
-const float MAX_RPN_STACK = 16;
+const int MAX_RPN_STACK = 16;
 int rpn_db;
 int rpn_error;
 int rpn_sp;
 int rpn_db;
 int rpn_error;
 int rpn_sp;