|
From: <he...@us...> - 2010-06-06 08:55:26
|
Revision: 210
http://simspark.svn.sourceforge.net/simspark/?rev=210&view=rev
Author: hedayat
Date: 2010-06-06 08:55:20 +0000 (Sun, 06 Jun 2010)
Log Message:
-----------
Make sure that game data (scores/team names)
Modified Paths:
--------------
trunk/rcssserver3d/plugin/soccer/gamestateaspect/gamestateitem.cpp
Modified: trunk/rcssserver3d/plugin/soccer/gamestateaspect/gamestateitem.cpp
===================================================================
--- trunk/rcssserver3d/plugin/soccer/gamestateaspect/gamestateitem.cpp 2010-06-05 22:24:55 UTC (rev 209)
+++ trunk/rcssserver3d/plugin/soccer/gamestateaspect/gamestateitem.cpp 2010-06-06 08:55:20 UTC (rev 210)
@@ -97,6 +97,8 @@
pred.parameter.AddValue
(SoccerBase::PlayMode2Str(static_cast<TPlayMode>(i)));
}
+
+ GetPredicates(pList);
}
void GameStateItem::GetPredicates(PredicateList& pList)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|