pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] r2823 - branches/pingus_sdl/src


From: grumbel at BerliOS
Subject: [Pingus-CVS] r2823 - branches/pingus_sdl/src
Date: Tue, 7 Aug 2007 01:03:11 +0200

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,





reply via email to

[Prev in Thread] Current Thread [Next in Thread]