Browse Source

Fix copy & paste mistake

mingodad 8 years ago
parent
commit
da69c8010e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      SquiLu/sqstdlib/sqstdmath.cpp

+ 1 - 1
SquiLu/sqstdlib/sqstdmath.cpp

@@ -19,7 +19,7 @@
 #endif
 #else
 #define SQ_INT_MAX INT_MAX
-#define SQ_INT_MAX INT_MIN
+#define SQ_INT_MIN INT_MIN
 #endif // _SQ64
 
 #define SINGLE_ARG_FUNC(_funcname) static SQRESULT math_##_funcname(HSQUIRRELVM v){ \