| 993 | } |
| 994 | |
| 995 | void GameMode::refreshPlayerGoals(const std::string& goalsDisplayString) |
| 996 | { |
| 997 | CEGUI::Window* widget = mRootWindow->getChild(Gui::OBJECTIVE_TEXT); |
| 998 | widget->setText(reinterpret_cast<const CEGUI::utf8*>(goalsDisplayString.c_str())); |
| 999 | } |
| 1000 | |
| 1001 | bool GameMode::keyReleased(const OIS::KeyEvent &arg) |
| 1002 | { |