KP_ADD => KP_PLUS (SDL headers call it KP_PLUS)

This was SVN commit r90.
This commit is contained in:
Simon Brenner 2003-11-25 02:25:10 +00:00
parent 69481d198e
commit b0f795ff0e

View File

@ -116,7 +116,7 @@ typedef enum
SDLK_r = 'R',
SDLK_s = 'S',
SDLK_KP_ADD = 0x6b,
SDLK_KP_PLUS = 0x6b,
SDLK_KP_MINUS = 0x6d,
SDLK_LEFT = 0x25,
SDLK_UP = 0x26,