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:
NY00123 2020-05-17 21:27:01 +03:00 committed by Christoph Oelckers
parent 40abf17f2f
commit ea06e35025

View file

@ -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++)
{