Author: grumbel
Date: 2007-08-07 01:03:10 +0200 (Tue, 07 Aug 2007)
New Revision: 2823
Modified:
branches/pingus_sdl/src/collision_mask.cpp
Log:
- palette issue fix
Modified: branches/pingus_sdl/src/collision_mask.cpp
===================================================================
--- branches/pingus_sdl/src/collision_mask.cpp 2007-08-06 22:39:23 UTC (rev
2822)
+++ branches/pingus_sdl/src/collision_mask.cpp 2007-08-06 23:03:10 UTC (rev
2823)
@@ -86,7 +86,6 @@
" File: %s\n"
" BitsPerPixel: %d\n"
" BytesPerPixel: %d\n"
- " palette: 0x%08x\n"
" rmask: 0x%08x\n"
" gmask: 0x%08x\n"
" bmask: 0x%08x\n"
@@ -94,7 +93,6 @@
res_desc.res_name.c_str(),
int(surface->format->BitsPerPixel),
int(surface->format->BytesPerPixel),
- int(surface->format->palette),
surface->format->Rmask,
surface->format->Gmask,
surface->format->Bmask,
_______________________________________________
pingus-cvs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/pingus-cvs