Show
Ignore:
Timestamp:
01/15/08 17:44:13 (3 years ago)
Author:
Pio
Message:

Fixed references.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/twcore/src/twcore/bots/multibot/soccerrace/soccerrace.java

    r1576 r2209  
    7070                m_botAction.sendArenaMessage("The first team to score wins, good luck and have fun!"); 
    7171 
    72                 Iterator it = m_botAction.getPlayingPlayerIterator(); 
     72                Iterator<Player> it = m_botAction.getPlayingPlayerIterator(); 
    7373 
    7474                for(int i = 0;it.hasNext();i++) {