DEADSOFTWARE

fixed cheats and YN prompts
[d2df-sdl.git] / src / engine / e_input.pas
index 818fe8b952685c1aaf3ae18422f1bb1b31df3aad..618199d2bb1837bf1b404c20a401fb64dc40ff2c 100644 (file)
@@ -54,6 +54,8 @@ const
   IK_BACKQUOTE = SDL_SCANCODE_GRAVE;
   IK_GRAVE     = SDL_SCANCODE_GRAVE;
   IK_PAUSE   = SDL_SCANCODE_PAUSE;
+  IK_Y       = SDL_SCANCODE_Y;
+  IK_N       = SDL_SCANCODE_N;
   // TODO: think of something better than this shit
   IK_LASTKEY = SDL_NUM_SCANCODES-1;