Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 18, 2017, 5:05:53 PM (7 years ago)
Author:
rrogge
Message:

Reload works now

File:
1 edited

Legend:

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

    r11428 r11432  
    5050                bool theEnd(); //tolua_export
    5151                void update(NextQuestion* nq);
     52                void clean(); //tolua_export
     53                void setCurrentQuestion(NextQuestion* q);
    5254
    5355private:
     
    5759        std::string a2;
    5860        std::string question;
     61        int depth = 0;
    5962        static DialogueManager* singletonPtr_s;
    6063
Note: See TracChangeset for help on using the changeset viewer.