diff -r 45778b16b224 -r 857c9546a822 hedgewars/PascalExports.pas --- a/hedgewars/PascalExports.pas Sun Jul 25 22:39:59 2010 +0400 +++ b/hedgewars/PascalExports.pas Sun Jul 25 22:40:31 2010 +0400 @@ -49,6 +49,9 @@ procedure HW_zoomReset; cdecl; export; begin middleClick:= true; + // center the camera at current hog + if CurrentHedgehog <> nil then + followGear:= CurrentHedgehog^.Gear; end; procedure HW_ammoMenu; cdecl; export;