[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pingus-CVS] CVS: Games/Pingus/src pingu.cxx,1.36,1.37 pingu_action.cxx,
From: |
grumbel |
Subject: |
[Pingus-CVS] CVS: Games/Pingus/src pingu.cxx,1.36,1.37 pingu_action.cxx,1.18,1.19 |
Date: |
26 Nov 2002 10:12:56 -0000 |
Update of /usr/local/cvsroot/Games/Pingus/src
In directory dark:/tmp/cvs-serv16684/src
Modified Files:
pingu.cxx pingu_action.cxx
Log Message:
fixed constant
Index: pingu.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/pingu.cxx,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- pingu.cxx 13 Oct 2002 16:39:55 -0000 1.36
+++ pingu.cxx 26 Nov 2002 10:12:53 -0000 1.37
@@ -33,9 +33,6 @@
using namespace Actions;
-// FIXME: We should read all this 'constants' from a configuration file at
startup
-const float deadly_velocity = 20.0;
-
// Init a pingu at the given position while falling
Pingu::Pingu (int arg_id, const Vector& arg_pos, int owner)
: action(0),
Index: pingu_action.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/pingu_action.cxx,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- pingu_action.cxx 3 Nov 2002 22:20:29 -0000 1.18
+++ pingu_action.cxx 26 Nov 2002 10:12:53 -0000 1.19
@@ -30,6 +30,7 @@
// Initialise class static.
const int PinguAction::pingu_height = 26;
+const float deadly_velocity = 20.0f;
PinguAction::PinguAction (Pingu* p)
: pingu (p)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pingus-CVS] CVS: Games/Pingus/src pingu.cxx,1.36,1.37 pingu_action.cxx,1.18,1.19,
grumbel <=