- Timestamp:
- May 18, 2017, 4:06:53 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Dialogue_FS17/src/modules/dialogue/NextQuestion.cc
r11421 r11428 20 20 DialogueManager& m = DialogueManager::getInstance(); 21 21 m.registerquestion(this); 22 22 //possibleQuestions=nullptr; 23 23 24 24 } … … 114 114 115 115 std::vector<NextQuestion*> NextQuestion::retposQues(){ 116 orxout() << "fish" << endl;117 assert(possibleQuestions[0]);118 orxout() << possibleQuestions.size() << endl;116 //if(possibleQuestions.size()==0) return NULL; 117 118 orxout() << "SIZE" << possibleQuestions.size() << endl; 119 119 return possibleQuestions; 120 120 }
Note: See TracChangeset
for help on using the changeset viewer.