Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 28, 2018, 11:50:16 AM (5 years ago)
Author:
stadlero
Message:

Wagnis class wip

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/wagnis_HS18/src/modules/wagnis/WagnisGameboard.cc

    r12080 r12124  
    6262    //Parses the string and initializes the neigbors vector of all provinces according
    6363    //Syntax: 32=7-8-4  , 2=33+5+7+1+4
    64     void WagnisGameboard::initializeNeighbors(std::string str){
     64    void WagnisGameboard::initializeNeighbors(){
     65        std::string str = this->connections_string;
    6566        orxout() << "inizializing started" << endl;
    6667        orxout() << "String size:" << endl;
Note: See TracChangeset for help on using the changeset viewer.