From b0f795ff0e4556e01e15cedbad68b36dec572983 Mon Sep 17 00:00:00 2001 From: olsner Date: Tue, 25 Nov 2003 02:25:10 +0000 Subject: [PATCH] KP_ADD => KP_PLUS (SDL headers call it KP_PLUS) This was SVN commit r90. --- source/lib/wsdl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lib/wsdl.h b/source/lib/wsdl.h index 213a56001c..414408d80d 100755 --- a/source/lib/wsdl.h +++ b/source/lib/wsdl.h @@ -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,