Browse Source

add missing s key

Wei Mingzhi 6 years ago
parent
commit
80ab1c613d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      input.c

+ 2 - 1
input.c

@@ -85,7 +85,8 @@ static const int g_KeyMap[][2] = {
    { SDLK_e,         kKeyUseItem },
    { SDLK_w,         kKeyThrowItem },
    { SDLK_q,         kKeyFlee },
-   { SDLK_f,         kKeyForce }
+   { SDLK_f,         kKeyForce },
+   { SDLK_s,         kKeyStatus }
 };
 
 static VOID