|
From: Greg <evo...@us...> - 2005-12-16 16:20:25
|
Update of /cvsroot/evolutionlejeu/evolutionlejeu/Evolution/Kerberos In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4353/Evolution/Kerberos Modified Files: World.cpp Log Message: FIX : Compilation issue in release (name collision) Index: World.cpp =================================================================== RCS file: /cvsroot/evolutionlejeu/evolutionlejeu/Evolution/Kerberos/World.cpp,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** World.cpp 15 Dec 2005 15:03:37 -0000 1.13 --- World.cpp 16 Dec 2005 16:20:12 -0000 1.14 *************** *** 175,179 **** pEvnt->idCountry = 0; pEvnt->bNewGame = false; ! Kronos::Get().TimeLine().AddEvent( Kronos::Get().TimeLine().GetCurrentTime(), pEvnt ); } --- 175,179 ---- pEvnt->idCountry = 0; pEvnt->bNewGame = false; ! Kronos::Get().TimeLine().AddEvent( Kronos::Get().TimeLine().CurrentTime(), pEvnt ); } |