Changeset 2209 for trunk/twcore/src/twcore/bots/multibot/soccerrace
- Timestamp:
- 01/15/08 17:44:13 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/twcore/src/twcore/bots/multibot/soccerrace/soccerrace.java
r1576 r2209 70 70 m_botAction.sendArenaMessage("The first team to score wins, good luck and have fun!"); 71 71 72 Iterator it = m_botAction.getPlayingPlayerIterator();72 Iterator<Player> it = m_botAction.getPlayingPlayerIterator(); 73 73 74 74 for(int i = 0;it.hasNext();i++) {
