changeset 7163 | 7db1e3a7422a |
parent 7151 | ec15d9e1a7e3 |
child 7180 | 53ffc8853008 |
child 7184 | 211ab9e2cb15 |
--- a/hedgewars/uInputHandler.pas Thu May 31 15:50:25 2012 +0200 +++ b/hedgewars/uInputHandler.pas Fri Jun 01 00:19:30 2012 +0200 @@ -283,7 +283,7 @@ begin for j:= 0 to pred(ControllerNumControllers) do begin - WriteLnToConsole('Using game controller: ' + SDL_JoystickName(j)); + WriteLnToConsole('Using game controller: ' + shortstring(SDL_JoystickName(j))); Controller[j]:= SDL_JoystickOpen(j); if Controller[j] = nil then WriteLnToConsole('* Failed to open game controller!')