mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-26 00:40:56 +00:00
This should fix a bug with ifgotweaponce where the game had a rare chance of crashing and burning in cooperative
git-svn-id: https://svn.eduke32.com/eduke32@375 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
0d22a2a208
commit
36f69beeb6
3 changed files with 12 additions and 11 deletions
|
@ -3840,6 +3840,7 @@ char parse(void)
|
|||
ps[g_p].weaprecs[ps[g_p].weapreccnt++] = g_sp->picnum;
|
||||
parseifelse(g_sp->owner == g_i);
|
||||
}
|
||||
else parseifelse(0);
|
||||
}
|
||||
else parseifelse(0);
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue