Changeset 9129 for code/branches/newlevel2012/src
- Timestamp:
- Apr 27, 2012, 3:59:19 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/newlevel2012/src/modules/towerdefense/TowerDefense.cc
r9124 r9129 58 58 #include "worldentities/SpawnPoint.h" 59 59 #include "worldentities/pawns/Pawn.h" 60 #include "worldentities/pawns/SpaceShip.h" 60 61 61 62 namespace orxonox … … 93 94 static bool test = false; 94 95 if (!test) 96 { 95 97 orxout()<< "First tick." <<endl; 96 98 spawnEnemy(); … … 101 103 void TowerDefense::spawnEnemy() 102 104 { 103 // SpawnPoint *sp = *this->spawnpoints_.begin(); 104 //Pawn* p = sp->spawn(); 105 SpawnPoint *sp = *this->spawnpoints_.begin(); 106 107 Pawn* p = sp->spawn(); 105 108 } 106 109
Note: See TracChangeset
for help on using the changeset viewer.