Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 15, 2017, 12:07:58 PM (6 years ago)
Author:
fanconic
Message:

renamed storymodeplanet to NameableStaticEntity

Location:
code/branches/CampaignMap_HS17/src
Files:
2 added
4 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/CampaignMap_HS17/src/modules/overlays/hud/StoryModeHUD.cc

    r11663 r11675  
    5656#include "controllers/NewHumanController.h"
    5757
    58 #include "worldentities/StoryModePlanet.h"
     58#include "worldentities/NameableStaticEntity.h"
    5959
    6060namespace orxonox
     
    9696
    9797        int i = 0;
    98         for(StoryModePlanet* planet : ObjectList<StoryModePlanet>()){
     98        for(NameableStaticEntity* planet : ObjectList<NameableStaticEntity>()){
    9999
    100100
     
    174174
    175175        int i = 0;
    176         for(StoryModePlanet* planet : ObjectList<StoryModePlanet>()){
     176        for(NameableStaticEntity* planet : ObjectList<NameableStaticEntity>()){
    177177
    178178            // Transform to screen coordinates
  • code/branches/CampaignMap_HS17/src/orxonox/worldentities/CMakeLists.txt

    r11545 r11675  
    1313  ExplosionPart.cc
    1414  Actionpoint.cc
    15   StoryModePlanet.cc
     15  NameableStaticEntity.cc
    1616)
    1717
Note: See TracChangeset for help on using the changeset viewer.