hedgewars/hwengine.pas
branchwebgl
changeset 8847 ff7fbab7cd56
parent 8833 c13ebed437cb
parent 8838 aa2ffd427f6a
child 9127 e350500c4edb
--- a/hedgewars/hwengine.pas	Wed Apr 03 00:17:21 2013 +0400
+++ b/hedgewars/hwengine.pas	Thu Apr 04 00:32:57 2013 +0200
@@ -198,7 +198,7 @@
                     if GameState = gsChat then
                         begin
                     // sdl on iphone supports only ashii keyboards and the unicode field is deprecated in sdl 1.3
-                        KeyPressChat(SDL_GetKeyFromScancode(event.key.keysym.sym, event.key.keysym.sym)//TODO correct for keymodifiers
+                        KeyPressChat(SDL_GetKeyFromScancode(event.key.keysym.sym), event.key.keysym.sym); //TODO correct for keymodifiers
                         end
                     else
                         ProcessKey(event.key);