]> git.mxchange.org Git - quix0rs-blobwars.git/blobdiff - src/mapData.cpp
Fix building pak.exe.
[quix0rs-blobwars.git] / src / mapData.cpp
index 571632b2e788d05e01fa3a1bd067e47fc53896a2..284f8cf225c5a231332741e5c406c2db8b882d58 100644 (file)
@@ -1,5 +1,6 @@
 /*
 Copyright (C) 2004-2011 Parallel Realities
+Copyright (C) 2011-2015 Perpendicular Dimensions
 
 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License
@@ -284,7 +285,7 @@ void getMapTokens()
                                                
                                        debug(("Setting Alpha for Tile %d\n", param[0]));
 
-                                       SDL_SetAlpha(graphics.tile[param[0]], SDL_SRCALPHA|SDL_RLEACCEL, 130);
+                                       SDL_SetAlpha(graphics.tile[param[0]], 130);
 
                                        while (true)
                                        {