pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src menu_background.cxx,1.3,1.4 xml_pdf.c


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src menu_background.cxx,1.3,1.4 xml_pdf.cxx,1.2,1.3
Date: 6 Oct 2002 19:23:45 -0000

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

Modified Files:
        menu_background.cxx xml_pdf.cxx 
Log Message:
Win32 fixes bei Neil Hotmail


Index: menu_background.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/menu_background.cxx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- menu_background.cxx 3 Aug 2002 17:20:37 -0000       1.3
+++ menu_background.cxx 6 Oct 2002 19:23:43 -0000       1.4
@@ -42,7 +42,9 @@
 void 
 MenuBackground::update (float delta)
 {
-  layer_manager.update (delta);
+#ifndef WIN32
+   layer_manager.update (delta);
+#endif
 }
 
 /* EOF */

Index: xml_pdf.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/xml_pdf.cxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xml_pdf.cxx 3 Oct 2002 12:33:09 -0000       1.2
+++ xml_pdf.cxx 6 Oct 2002 19:23:43 -0000       1.3
@@ -23,6 +23,8 @@
 #include "path_manager.hxx"
 #include "xml_pdf.hxx"
 
+#include <algorithm>
+
 XMLPDF::XMLPDF(const std::string& filename)
   : plf(0)
 {





reply via email to

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