diff -r 078cd026a7b1 -r 088d40d8aba2 hedgewars/uGears.pas --- a/hedgewars/uGears.pas Mon Feb 28 22:28:43 2011 +0300 +++ b/hedgewars/uGears.pas Wed Mar 02 00:27:20 2011 +0100 @@ -1,6 +1,6 @@ (* * Hedgewars, a free turn based strategy game - * Copyright (c) 2004-2010 Andrey Korotaev + * Copyright (c) 2004-2011 Andrey Korotaev * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -25,7 +25,7 @@ procedure initModule; procedure freeModule; function AddGear(X, Y: LongInt; Kind: TGearType; State: Longword; dX, dY: hwFloat; Timer: LongWord): PGear; -function SpawnCustomCrateAt(x, y: LongInt; crate: TCrateType; content: Longword ): PGear; +function SpawnCustomCrateAt(x, y: LongInt; crate: TCrateType; content: Longword ): PGear; procedure ResurrectHedgehog(gear: PGear); procedure ProcessGears; procedure EndTurnCleanup;