adonthell-commits
[Top][All Lists]
Advanced

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

[Adonthell-commits] CVS: adonthell/src event.h,1.30,1.31 gametime.cc,1.


From: Alexandre Courbot <address@hidden>
Subject: [Adonthell-commits] CVS: adonthell/src event.h,1.30,1.31 gametime.cc,1.12,1.13 item_base.cc,1.2,1.3
Date: Fri, 17 Jan 2003 16:53:42 -0500

Update of /cvsroot/adonthell/adonthell/src
In directory subversions:/tmp/cvs-serv2937/src

Modified Files:
        event.h gametime.cc item_base.cc 
Log Message:
Fixed Python configure bug


Index: event.h
===================================================================
RCS file: /cvsroot/adonthell/adonthell/src/event.h,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -r1.30 -r1.31
*** event.h     2 Dec 2002 14:31:55 -0000       1.30
--- event.h     17 Jan 2003 21:53:39 -0000      1.31
***************
*** 24,27 ****
--- 24,28 ----
  #define EVENT_H__
  
+ #include <string>
  #include "callback.h"
  #include "py_object.h"

Index: gametime.cc
===================================================================
RCS file: /cvsroot/adonthell/adonthell/src/gametime.cc,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** gametime.cc 4 Dec 2002 17:09:48 -0000       1.12
--- gametime.cc 17 Jan 2003 21:53:39 -0000      1.13
***************
*** 55,58 ****
--- 55,59 ----
      static u_int16 gfx_cycle_length = 1000 / FRAME_RATE;
      
+     // Wait a bit if our machine performed too fast!
      while (1)
      {

Index: item_base.cc
===================================================================
RCS file: /cvsroot/adonthell/adonthell/src/item_base.cc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** item_base.cc        16 Jan 2003 11:22:45 -0000      1.2
--- item_base.cc        17 Jan 2003 21:53:39 -0000      1.3
***************
*** 21,24 ****
--- 21,25 ----
   */
  
+ #include <iostream>
  #include <algorithm>
  #include "item_base.h"





reply via email to

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