pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] r3950 - in trunk/pingus: . src/worldobjs


From: jsalmon3
Subject: [Pingus-CVS] r3950 - in trunk/pingus: . src/worldobjs
Date: Mon, 15 Dec 2008 05:58:09 +0100

Author: jsalmon3
Date: 2008-12-15 05:58:04 +0100 (Mon, 15 Dec 2008)
New Revision: 3950

Modified:
   trunk/pingus/TODO
   trunk/pingus/src/worldobjs/ice_block.cpp
Log:
Use the correct 8 bpp cmap file for iceblock



Modified: trunk/pingus/TODO
===================================================================
--- trunk/pingus/TODO   2008-12-15 04:08:45 UTC (rev 3949)
+++ trunk/pingus/TODO   2008-12-15 04:58:04 UTC (rev 3950)
@@ -182,11 +182,6 @@
 Bugs:
 =====
 
-* Also, is this a already solved bug? I can play
-> playable/panic-cbrucher.pingus but when I am playing I get this error in
-> terminal and then the window closes.
-> " PingusError: e has wrong color depth: "
-
 * GroundMap tiles are currently RGBA, while in reality they are just
   RGB with a colorkey, room for optimization
 

Modified: trunk/pingus/src/worldobjs/ice_block.cpp
===================================================================
--- trunk/pingus/src/worldobjs/ice_block.cpp    2008-12-15 04:08:45 UTC (rev 
3949)
+++ trunk/pingus/src/worldobjs/ice_block.cpp    2008-12-15 04:58:04 UTC (rev 
3950)
@@ -30,7 +30,7 @@
     is_finished(false),
     last_contact(0),
     block_sur("worldobjs/iceblock"),
-    block_sur_cmap("worldobjs/iceblock")
+    block_sur_cmap("worldobjs/iceblock_cmap")
 {
   reader.read_vector("position", pos);
   reader.read_int   ("width",    width);





reply via email to

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