rnd-20070302-1-src
[rocksndiamonds.git] / src / libgame / misc.h
index 9a5e9186c47ed03dfc40d2242f09badfa3bc4d70..ab47b2b35bba0bfee71377faf2fd18c628063187 100644 (file)
@@ -36,8 +36,8 @@
 #define GetSimpleRandom(max)           get_random_number(RANDOM_SIMPLE, max)
 
 /* values for Error() */
-#define ERR_RETURN                     0
-#define ERR_RETURN_LINE                        (1 << 0)
+#define ERR_INFO                       0
+#define ERR_INFO_LINE                  (1 << 0)
 #define ERR_WARN                       (1 << 1)
 #define ERR_EXIT                       (1 << 2)
 #define ERR_HELP                       (1 << 3)