Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 11, 2017, 4:15:10 PM (7 years ago)
Author:
rrogge
Message:

Funktion der Buttons noch fehlerhaft

File:
1 edited

Legend:

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

    r11415 r11417  
    66#include "network/Host.h"
    77#include "network/NetworkFunctionIncludes.h"
    8 #include "DialoguePrereqs.h"
     8#include "DialogueManager.h"
    99#include <vector>
    1010#include <string>
    1111#include "core/XMLPort.h"
    1212#include "NextQuestion.h"
     13
    1314
    1415
     
    3233     */
    3334   
     35
     36        void DialogueManager::registerquestion(NextQuestion* nq){
     37                allQuestions.push_back(nq);
     38
     39        }       
    3440
    3541    void DialogueManager::setquestion(std::string q){
     
    6470        bool DialogueManager::a1clicked(void){
    6571                orxout() << "a1 clicked" << endl;
    66 
     72                currentQuestion = currentQuestion->possibleQuestions[0];
    6773                return true;
    6874        }
Note: See TracChangeset for help on using the changeset viewer.