pingus-cvs
[Top][All Lists]
Advanced

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

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


From: jsalmon3
Subject: [Pingus-CVS] r3494 - in trunk/pingus: . src/worldobjs
Date: Sun, 4 Nov 2007 23:54:36 +0100

Author: jsalmon3
Date: 2007-11-04 23:54:31 +0100 (Sun, 04 Nov 2007)
New Revision: 3494

Modified:
   trunk/pingus/pingus.vcproj
   trunk/pingus/src/worldobjs/starfield_background_stars.cpp
Log:
Fixed warning, updated project

Modified: trunk/pingus/pingus.vcproj
===================================================================
--- trunk/pingus/pingus.vcproj  2007-11-04 22:39:40 UTC (rev 3493)
+++ trunk/pingus/pingus.vcproj  2007-11-04 22:54:31 UTC (rev 3494)
@@ -1138,14 +1138,6 @@
                                        >
                                </File>
                                <File
-                                       
RelativePath=".\src\components\hurry_up.cpp"
-                                       >
-                               </File>
-                               <File
-                                       
RelativePath=".\src\components\hurry_up.hpp"
-                                       >
-                               </File>
-                               <File
                                        
RelativePath=".\src\components\menu_button.cpp"
                                        >
                                </File>
@@ -1378,14 +1370,6 @@
                                        >
                                </File>
                                <File
-                                       
RelativePath=".\src\editor\editor_viewport.cpp"
-                                       >
-                               </File>
-                               <File
-                                       
RelativePath=".\src\editor\editor_viewport.hpp"
-                                       >
-                               </File>
-                               <File
                                        
RelativePath=".\src\editor\file_dialog.cpp"
                                        >
                                        <FileConfiguration
@@ -1511,6 +1495,14 @@
                                        RelativePath=".\src\editor\panel.hpp"
                                        >
                                </File>
+                               <File
+                                       RelativePath=".\src\editor\viewport.cpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath=".\src\editor\viewport.hpp"
+                                       >
+                               </File>
                        </Filter>
                        <Filter
                                Name="gui"

Modified: trunk/pingus/src/worldobjs/starfield_background_stars.cpp
===================================================================
--- trunk/pingus/src/worldobjs/starfield_background_stars.cpp   2007-11-04 
22:39:40 UTC (rev 3493)
+++ trunk/pingus/src/worldobjs/starfield_background_stars.cpp   2007-11-04 
22:54:31 UTC (rev 3494)
@@ -55,7 +55,7 @@
 
   if (x_pos > WorldObj::get_world()->get_width())
     {
-      x_pos = -tile_size;
+      x_pos = float(-tile_size);
       y_pos = float(rand() % WorldObj::get_world()->get_height());
     }
 }





reply via email to

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