pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src story.cxx,1.17,1.18 true_server.cxx,


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src story.cxx,1.17,1.18 true_server.cxx,1.18,1.19
Date: 7 Apr 2003 11:58:22 -0000

Update of /var/lib/cvs/Games/Pingus/src
In directory dark:/tmp/cvs-serv2619/src

Modified Files:
        story.cxx true_server.cxx 
Log Message:
fixes for Tomas Blaha's bugs

Index: story.cxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/story.cxx,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- story.cxx   6 Apr 2003 12:40:47 -0000       1.17
+++ story.cxx   7 Apr 2003 11:58:19 -0000       1.18
@@ -130,7 +130,7 @@
   intro.pages.push_back
     (StoryPage
      (ResDescriptor("Story/story6", "story"), 
-      _("While you on the other site can practice there your ability to\n"
+      _("While you on the other side can practice there your ability to\n"
         "command and guide the Pingus. You can also get familiar there with\n"
         "all the abilities the Pingus provide and learn to master them,\n"
         "since you will need them all for sure an your journey around the\n"

Index: true_server.cxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/true_server.cxx,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- true_server.cxx     5 Apr 2003 18:36:50 -0000       1.18
+++ true_server.cxx     7 Apr 2003 11:58:19 -0000       1.19
@@ -34,7 +34,7 @@
 void
 TrueServer::update()
 {
-  if (fast_forward)
+  if (fast_forward && !pause)
     {
       // To let the game run faster we just update it multiple
       // times





reply via email to

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