# HG changeset patch # User unc0rr # Date 1172252070 0 # Node ID 6b0ced3049200964b0a9941794f3c83ff77c4c7a # Parent 4dee644f382da78a789b6508dc426fdc88914190 Fix "/capture" command diff -r 4dee644f382d -r 6b0ced304920 hedgewars/hwengine.dpr --- a/hedgewars/hwengine.dpr Fri Feb 23 14:52:45 2007 +0000 +++ b/hedgewars/hwengine.dpr Fri Feb 23 17:34:30 2007 +0000 @@ -108,7 +108,7 @@ flagMakeCapture:= false; s:= 'hw_' + cSeed + '_' + inttostr(GameTicks) + '.bmp'; WriteLnToConsole('Saving ' + s); -// SDL_SaveBMP_RW(SDLPrimSurface, SDL_RWFromFile(PChar(s), 'wb'), 1) + SDL_SaveBMP_RW(SDLPrimSurface, SDL_RWFromFile(Str2PChar(s), 'wb'), 1) end; end;