]> git.localhorst.tv Git - blank.git/blobdiff - src/standalone/MasterState.cpp
(shabby) client side handling of messages
[blank.git] / src / standalone / MasterState.cpp
index 91ee4826682fbdaca890b76d3c1c8bb0c3ab4929..0744a7c52260e36f221e033421957ef1b7a15d45 100644 (file)
@@ -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);