Changeset 9369 in orxonox.OLD for branches/proxy/src/story_entities/menu/glgui_imagebutton.cc
- Timestamp:
- Jul 20, 2006, 9:16:39 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/story_entities/menu/glgui_imagebutton.cc
r8740 r9369 40 40 GLGuiPushButton::releasing(pos, focused); 41 41 if (focused) 42 this-> emit(startLevel(this->levelID));42 this->startLevel.emit(this->levelID); 43 43 } 44 44 … … 77 77 { 78 78 // emit(released()); 79 emit(startLevel(this->levelID));79 startLevel.emit(this->levelID); 80 80 } 81 81 return true;
Note: See TracChangeset
for help on using the changeset viewer.