hedgewars/hwengine.dpr
changeset 288 929c44745fd9
parent 281 5b483aa9f2ab
child 293 00a532e8808e
equal deleted inserted replaced
287:b0eef98928f8 288:929c44745fd9
    39   uCollisions in 'uCollisions.pas',
    39   uCollisions in 'uCollisions.pas',
    40   uLand in 'uLand.pas',
    40   uLand in 'uLand.pas',
    41   uLandTemplates in 'uLandTemplates.pas',
    41   uLandTemplates in 'uLandTemplates.pas',
    42   uLandObjects in 'uLandObjects.pas',
    42   uLandObjects in 'uLandObjects.pas',
    43   uLandGraphics in 'uLandGraphics.pas',
    43   uLandGraphics in 'uLandGraphics.pas',
    44   uLocale in 'uLocale.pas';
    44   uLocale in 'uLocale.pas',
       
    45   uAmmos in 'uAmmos.pas';
    45 
    46 
    46 {$INCLUDE options.inc}
    47 {$INCLUDE options.inc}
    47 
    48 
    48 // also: GSHandlers.inc
    49 // also: GSHandlers.inc
    49 //       CCHandlers.inc
    50 //       CCHandlers.inc
   216 
   217 
   217 s:= 'eproto ' + inttostr(cNetProtoVersion);
   218 s:= 'eproto ' + inttostr(cNetProtoVersion);
   218 SendIPCRaw(@s[0], Length(s) + 1); // send proto version
   219 SendIPCRaw(@s[0], Length(s) + 1); // send proto version
   219 
   220 
   220 InitTeams;
   221 InitTeams;
       
   222 ParseCommand('ammstore 1111111111111119');
       
   223 AssignStores;
   221 
   224 
   222 if isSoundEnabled then InitSound;
   225 if isSoundEnabled then InitSound;
   223 InitWorld;
   226 InitWorld;
   224 
   227 
   225 StoreInit;
   228 StoreInit;