hedgewars/hwengine.dpr
changeset 394 4c017ae1226a
parent 393 db01cc79f278
child 415 d6d3a6a473a3
equal deleted inserted replaced
393:db01cc79f278 394:4c017ae1226a
   230 
   230 
   231 s:= 'eproto ' + inttostr(cNetProtoVersion);
   231 s:= 'eproto ' + inttostr(cNetProtoVersion);
   232 SendIPCRaw(@s[0], Length(s) + 1); // send proto version
   232 SendIPCRaw(@s[0], Length(s) + 1); // send proto version
   233 
   233 
   234 InitTeams;
   234 InitTeams;
   235 ParseCommand('ammstore 91911111111111108', true);
       
   236 AssignStores;
   235 AssignStores;
   237 
   236 
   238 if isSoundEnabled then InitSound;
   237 if isSoundEnabled then InitSound;
   239 InitWorld;
   238 InitWorld;
   240 
   239