JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
now really removed SDL_SetAlpha calls on Windows
[vor.git] / main.c
diff --git a/main.c b/main.c
index 01fcc13..288d833 100644 (file)
--- a/main.c
+++ b/main.c
@@ -42,7 +42,7 @@
 #include "sound.h"
 
 #ifdef WIN32
-#define SetAlpha(surf, flag, alpha)
+#define SDL_SetAlpha(surf, flag, alpha)
 #endif
 
 // ************************************* VARS