JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
* rocks.c (hit_rock, pixel_hit_rock): fix more possible bugs.
[vor.git] / common.h
index be0910e..069f677 100644 (file)
--- a/common.h
+++ b/common.h
 #define CONDERROR(a) if((a)) {initerror = strdup(SDL_GetError());return 1;}
 #define NULLERROR(a) CONDERROR((a) == NULL)
 
-#ifndef DEBUG
-#define DEBUG 0
-#endif
-
-#define debug(x) if(DEBUG) { x; }
-
 #endif // VOR_COMMON_H