- fixed flipped parameters

This commit is contained in:
Christoph Oelckers 2020-05-15 23:25:29 +02:00
parent 26f3bc1857
commit d5e066b13f
2 changed files with 2 additions and 2 deletions

View file

@ -552,7 +552,7 @@ int spawn_d(int j, int pn)
case SHELL: //From the player
case SHOTGUNSHELL:
initshell(i, j, sp->picnum == SHELL);
initshell(j, i, sp->picnum == SHELL);
break;
case RESPAWN:

View file

@ -590,7 +590,7 @@ int spawn_r(int j, int pn)
case SHELL: //From the player
case SHOTGUNSHELL:
initshell(i, j, sp->picnum == SHELL);
initshell(j, i, sp->picnum == SHELL);
break;
case RESPAWN:
sp->extra = 66-13;