X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;ds=inline;f=src%2Fstandalone%2FMasterState.cpp;h=0744a7c52260e36f221e033421957ef1b7a15d45;hb=1d225566f79566e2dbbad8cb2876696f4c074ff5;hp=91ee4826682fbdaca890b76d3c1c8bb0c3ab4929;hpb=ca90ec459ca0bd48c1483a45f30496aed61e9c21;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);