Changeset 11675 for code/branches/CampaignMap_HS17/src/modules
- Timestamp:
- Dec 15, 2017, 12:07:58 PM (7 years ago)
- Location:
- code/branches/CampaignMap_HS17/src/modules
- Files:
-
- 2 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/CampaignMap_HS17/src/modules/overlays/hud/StoryModeHUD.cc
r11663 r11675 56 56 #include "controllers/NewHumanController.h" 57 57 58 #include "worldentities/ StoryModePlanet.h"58 #include "worldentities/NameableStaticEntity.h" 59 59 60 60 namespace orxonox … … 96 96 97 97 int i = 0; 98 for( StoryModePlanet* planet : ObjectList<StoryModePlanet>()){98 for(NameableStaticEntity* planet : ObjectList<NameableStaticEntity>()){ 99 99 100 100 … … 174 174 175 175 int i = 0; 176 for( StoryModePlanet* planet : ObjectList<StoryModePlanet>()){176 for(NameableStaticEntity* planet : ObjectList<NameableStaticEntity>()){ 177 177 178 178 // Transform to screen coordinates
Note: See TracChangeset
for help on using the changeset viewer.