Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 18, 2017, 2:49:13 PM (7 years ago)
Author:
rrogge
Message:

question updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/Dialogue_FS17/src/modules/dialogue/NextQuestion.cc

    r11417 r11421  
    4848            i--;
    4949        }
    50         return nullptr; }
     50        return nullptr;
     51         }
    5152       
    5253        //XML and Event stuff
     
    112113        }
    113114
     115        std::vector<NextQuestion*> NextQuestion::retposQues(){
     116                orxout() << "fish" << endl;
     117                assert(possibleQuestions[0]);
     118                orxout() << possibleQuestions.size() << endl;
     119                return possibleQuestions;
     120        }
    114121
    115         /*NextQuestion NextQuestion::compare(){
    116                 DialogueManager& m = DialogueManager::getInstance();
    117                 if(m.a1clicked()){
    118                         return *possibleQuestions[0];
    119                 }
    120122
    121                 else if(m.a2clicked()){
    122                         return *possibleQuestions[1];
    123                 }
     123        /*
     124
    124125        }*/
    125126
Note: See TracChangeset for help on using the changeset viewer.