Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37414924
en ru br
ALT Linux repos
S:1.0.2-alt2
5.0: 0.9.9-alt2
4.1: 0.9.9-alt0.M41.1

Group :: Games/Strategy
RPM: hedgewars

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: fix_non_inline_ShiftWorld.patch
Download


--- a/hedgewars/hedgewars/uWorld.pas
+++ b/hedgewars/hedgewars/uWorld.pas
@@ -1180,7 +1180,7 @@ end;
 
 var preShiftWorldDx: LongInt;
 
-procedure ShiftWorld(Dir: LongInt); inline;
+procedure ShiftWorld(Dir: LongInt);
 begin
     preShiftWorldDx:= WorldDx;
     WorldDx:= WorldDx + LongInt(Dir * LongInt(playWidth));
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin