Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 30, 2017, 4:30:58 PM (7 years ago)
Author:
fanconic
Message:

verschiedene kleine Aenderungen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/CampaignMap_HS17/src/modules/objects/StoryModePlanet.cc

    r11512 r11525  
    6868    void StoryModePlanet::setConfigValues()
    6969    {
     70         static const std::string names[] =
     71        {
     72            "Berkay Berabi",
     73            "Louis  Meile"
     74            "Muten Roshi",
     75            "Abradolf Lincler",
     76            "Lionel Messi",
     77            "Kamal Khan",
     78            "Karl the Llama",
     79            "Thomas the Tankengine",
     80            "Rick",
     81            "send nudes",
     82            "Morty",
     83            "Charlie the Unicorn",
     84            "Kung Fury",
     85            "Postman Pat"
     86        };
     87        static std::vector<std::string> defaultnames(names, names + sizeof(names) / sizeof(std::string));
    7088
     89        SetConfigValue(names_, defaultnames);
    7190    }
    7291}
Note: See TracChangeset for help on using the changeset viewer.