mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 14:52:01 +00:00
source/duke3d/src/osdcmds.cpp:osdcmd_spawn: Remove
LUNATIC-specific code while defining the two loop vars at once. # Conflicts: # source/duke3d/src/osdcmds.cpp
This commit is contained in:
parent
40abf17f2f
commit
ea06e35025
1 changed files with 1 additions and 2 deletions
|
@ -287,8 +287,7 @@ static int osdcmd_spawn(CCmdFuncPtr parm)
|
|||
}
|
||||
else
|
||||
{
|
||||
int32_t i;
|
||||
int32_t j;
|
||||
int32_t i, j;
|
||||
|
||||
for (j=0; j<2; j++)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue