diff -r b0eef98928f8 -r 929c44745fd9 hedgewars/hwengine.dpr --- a/hedgewars/hwengine.dpr Thu Nov 30 22:36:07 2006 +0000 +++ b/hedgewars/hwengine.dpr Tue Dec 05 17:27:27 2006 +0000 @@ -41,7 +41,8 @@ uLandTemplates in 'uLandTemplates.pas', uLandObjects in 'uLandObjects.pas', uLandGraphics in 'uLandGraphics.pas', - uLocale in 'uLocale.pas'; + uLocale in 'uLocale.pas', + uAmmos in 'uAmmos.pas'; {$INCLUDE options.inc} @@ -218,6 +219,8 @@ SendIPCRaw(@s[0], Length(s) + 1); // send proto version InitTeams; +ParseCommand('ammstore 1111111111111119'); +AssignStores; if isSoundEnabled then InitSound; InitWorld;