mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-25 12:12:39 +00:00
KP_ADD => KP_PLUS (SDL headers call it KP_PLUS)
This was SVN commit r90.
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user