This can be done better...

This commit is contained in:
Christoph Oelckers 2014-05-18 09:41:13 +02:00
parent 26b1abe3da
commit cfef894867
1 changed files with 1 additions and 1 deletions

View File

@ -1385,7 +1385,7 @@ bool DoArbitrate (void *userdata)
stream = &netbuffer[4]; stream = &netbuffer[4];
s = ReadString (&stream); s = ReadString (&stream);
startmap = FString(s, strlen(s)); startmap = s;
delete[] s; delete[] s;
rngseed = ReadLong (&stream); rngseed = ReadLong (&stream);
C_ReadCVars (&stream); C_ReadCVars (&stream);