mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-30 21:31:03 +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
|
else
|
||||||
{
|
{
|
||||||
int32_t i;
|
int32_t i, j;
|
||||||
int32_t j;
|
|
||||||
|
|
||||||
for (j=0; j<2; j++)
|
for (j=0; j<2; j++)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue