pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] r4074 - trunk/pingus/src/pingus


From: grumbel at BerliOS
Subject: [Pingus-CVS] r4074 - trunk/pingus/src/pingus
Date: Sat, 7 Nov 2009 19:16:02 +0100

Author: grumbel
Date: 2009-11-07 19:16:01 +0100 (Sat, 07 Nov 2009)
New Revision: 4074

Modified:
   trunk/pingus/src/pingus/pingu.hpp
Log:
Minor doc enhancement


Modified: trunk/pingus/src/pingus/pingu.hpp
===================================================================
--- trunk/pingus/src/pingus/pingu.hpp   2009-11-07 17:47:05 UTC (rev 4073)
+++ trunk/pingus/src/pingus/pingu.hpp   2009-11-07 18:16:01 UTC (rev 4074)
@@ -55,10 +55,13 @@
       a demo file or in a network connection */
   unsigned int id;
 
+  /** Countdown till countdown_action is triggered (-1 for no active 
countdown) */
   int action_time;
+
+  /** The id of the owner of the pingus, used in multiplayer matches */
   int owner_id;
 
-  /// The stat of the pingu, these can be modified by PinguActions
+  /** The stat of the pingu, these can be modified by PinguActions */
   PinguStatus status;
 
   float pos_x;





reply via email to

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