Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 11, 2017, 3:04:50 PM (7 years ago)
Author:
rrogge
Message:

Singletonkram figured out

File:
1 edited

Legend:

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

    r11413 r11415  
    1717        RegisterObject(NextQuestion);
    1818        orxout() << "Klasse aufgerufen" << endl;
    19          DialogueManager* d = new DialogueManager(context);
     19       
    2020       
    2121    }
     
    109109        }
    110110
    111         NextQuestion NextQuestion::compare(){
     111
     112        /*NextQuestion NextQuestion::compare(){
    112113                DialogueManager& m = DialogueManager::getInstance();
    113114                if(m.a1clicked()){
     
    118119                        return *possibleQuestions[1];
    119120                }
    120         }
     121        }*/
    121122
    122123
Note: See TracChangeset for help on using the changeset viewer.