hedgewars/hwengine.dpr
changeset 295 8834f3cb620e
parent 293 00a532e8808e
child 296 607912ccc5af
equal deleted inserted replaced
294:92a7ccd67bb9 295:8834f3cb620e
   218 
   218 
   219 s:= 'eproto ' + inttostr(cNetProtoVersion);
   219 s:= 'eproto ' + inttostr(cNetProtoVersion);
   220 SendIPCRaw(@s[0], Length(s) + 1); // send proto version
   220 SendIPCRaw(@s[0], Length(s) + 1); // send proto version
   221 
   221 
   222 InitTeams;
   222 InitTeams;
   223 ParseCommand('ammstore 1111111111111119');
   223 ParseCommand('ammstore 9191111111111110');
   224 AssignStores;
   224 AssignStores;
   225 
   225 
   226 if isSoundEnabled then InitSound;
   226 if isSoundEnabled then InitSound;
   227 InitWorld;
   227 InitWorld;
   228 
   228