X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fstandalone%2FMasterState.cpp;h=0744a7c52260e36f221e033421957ef1b7a15d45;hb=7c5e04a4af82947ae8e26db3d03f13a555c10aba;hp=91ee4826682fbdaca890b76d3c1c8bb0c3ab4929;hpb=54f3f1260b95a924fcb40d9d6de3fa2e2c382f6f;p=blank.git diff --git a/src/standalone/MasterState.cpp b/src/standalone/MasterState.cpp index 91ee482..0744a7c 100644 --- a/src/standalone/MasterState.cpp +++ b/src/standalone/MasterState.cpp @@ -86,7 +86,7 @@ void MasterState::OnPause() { void MasterState::Handle(const SDL_Event &event) { switch (event.type) { case SDL_KEYDOWN: - // TODO: move to interface? + // TODO: move to interface if (event.key.keysym.sym == SDLK_RETURN) { env.state.Push(&chat); hud.KeepMessages(true);