pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src pingus_resource.cxx,1.11,1.12


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src pingus_resource.cxx,1.11,1.12
Date: 26 Jun 2002 12:04:26 -0000

Update of /usr/local/cvsroot/Games/Pingus/src
In directory dark:/tmp/cvs-serv22948

Modified Files:
        pingus_resource.cxx 
Log Message:
- rotation of objects happens now around the center
- fixed the clanlib getpixel() bug, update your clanlib to have rotation and 
flipping working

Index: pingus_resource.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/pingus_resource.cxx,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- pingus_resource.cxx 26 Jun 2002 09:29:47 -0000      1.11
+++ pingus_resource.cxx 26 Jun 2002 12:04:24 -0000      1.12
@@ -127,8 +127,6 @@
 
   CL_Surface surf(surface_map[res_desc]);
 
-  std::cout << "Desc.Modifier: " << rs_to_string(res_desc.modifier) << 
std::endl;
-  
   if (!surf)
     {
       //std::cout << "PingusResource: Loading resource: " << res_desc.type << 
":" 




reply via email to

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