Hopefully avoid suspected MSVC compiler failure
This commit is contained in:
parent
af99027366
commit
ed63b02d6f
@ -566,9 +566,8 @@ void Accelerator::OnCoreMapStart(edict_t *pEdictList, int edictCount, int client
|
||||
|
||||
// This is horrible, but I'm busy and this is
|
||||
// the first thing I thought of that would work.
|
||||
steamInf[0] = '\0';
|
||||
unsigned source = 0;
|
||||
strcat(steamInf, "\nSteam_");
|
||||
strcpy(steamInf, "\nSteam_");
|
||||
unsigned target = strlen(steamInf);
|
||||
while (true) {
|
||||
if (steamInfTemp[source] == '\0') {
|
||||
|
Loading…
Reference in New Issue
Block a user