Added ENTER as Game key

This commit is contained in:
zicodxx 2007-02-19 23:28:43 +00:00
parent ad64582cb8
commit 7f51bf5ef5
2 changed files with 5 additions and 1 deletions

View file

@ -230,7 +230,7 @@ key_props key_properties[256] = {
{ "", 255, 255, -1 },
{ "", 255, 255, -1 },
{ "", 255, 255, -1 },
{ "", 255, 255, -1 },
{ "ENTER", 255, 255, SDLK_RETURN },//{ "", 255, 255, -1 },
//edited 06/08/99 Matt Mueller - set to correct key_text
{ "PAD", 255, 255, SDLK_KP_ENTER },
//end edit -MM

View file

@ -1,5 +1,9 @@
D1X-Rebirth Changelog
20070220
--------
arch/sdl/key.c: Added ENTER as Game key
20070219
--------
main/network.c, main/network.h: fixed player restriction at robot-/coop-games - code cleanup