pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/backgrounds SurfaceBackgroundData.hh,


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/backgrounds SurfaceBackgroundData.hh,1.14,1.15
Date: 8 Jun 2002 21:48:51 -0000

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

Modified Files:
        SurfaceBackgroundData.hh 
Log Message:
Removed Position and all references to operator<<(ostream, CL_Vector) since 
thats buggy in ClanLib

Index: SurfaceBackgroundData.hh
===================================================================
RCS file: 
/usr/local/cvsroot/Games/Pingus/src/backgrounds/SurfaceBackgroundData.hh,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- SurfaceBackgroundData.hh    8 Jun 2002 21:43:36 -0000       1.14
+++ SurfaceBackgroundData.hh    8 Jun 2002 21:48:49 -0000       1.15
@@ -103,9 +103,10 @@
       (new EditorSurfaceBackground 
(static_cast<SurfaceBackgroundData>(*this)));
   }
 
-  std::string status_line () { 
-    return "SurfaceBackground: " + to_string (pos); 
-  }
+  std::string status_line () { return "SurfaceBackground: " 
+                                + to_string (pos.x) + ", "
+                                + to_string (pos.y) + ", "
+                                + to_string (pos.z); }
 };
 
 #endif




reply via email to

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