hedgewars/hwengine.dpr
changeset 302 7aca131ecd7f
parent 297 279e10ec31b4
child 308 806c3b55500d
equal deleted inserted replaced
301:29bf9c1a3ad3 302:7aca131ecd7f
   220 
   220 
   221 s:= 'eproto ' + inttostr(cNetProtoVersion);
   221 s:= 'eproto ' + inttostr(cNetProtoVersion);
   222 SendIPCRaw(@s[0], Length(s) + 1); // send proto version
   222 SendIPCRaw(@s[0], Length(s) + 1); // send proto version
   223 
   223 
   224 InitTeams;
   224 InitTeams;
   225 ParseCommand('ammstore 9191111111111110');
   225 ParseCommand('ammstore 91911111111111108');
   226 AssignStores;
   226 AssignStores;
   227 
   227 
   228 if isSoundEnabled then InitSound;
   228 if isSoundEnabled then InitSound;
   229 InitWorld;
   229 InitWorld;
   230 
   230