hedgewars/uKeys.pas
changeset 6906 6f5e1e64f106
parent 6900 26873e68034f
child 6909 2b9c1228d516
--- a/hedgewars/uKeys.pas	Sat Apr 21 18:11:24 2012 -0400
+++ b/hedgewars/uKeys.pas	Sun Apr 22 02:10:44 2012 +0200
@@ -82,7 +82,7 @@
 // mouse buttons
 {$IFDEF DARWIN}
 tkbdn[SDL_SCANCODE_MOUSEL]:= ((k and 1) and not (tkbdn[306] or tkbdn[305]));
-tkbdni[SDL_SCANCODE_MOUSER]:= ((k and 1) and (tkbdn[306] or tkbdn[305])) or (k and 4);
+tkbdn[SDL_SCANCODE_MOUSER]:= ((k and 1) and (tkbdn[306] or tkbdn[305])) or (k and 4);
 {$ELSE}
 tkbdn[SDL_SCANCODE_MOUSEL]:= (k and 1);
 tkbdn[SDL_SCANCODE_MOUSER]:= ((k shr 2) and 1);