mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
Added switch case break and returns for Rex
This commit is contained in:
parent
099a995495
commit
e1dc15d165
1 changed files with 4 additions and 1 deletions
|
@ -335,6 +335,8 @@ void FuncRex(int a, int nDamage, int nRun)
|
|||
nAction = 1;
|
||||
break;
|
||||
}
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
case 2:
|
||||
|
@ -401,8 +403,9 @@ void FuncRex(int a, int nDamage, int nRun)
|
|||
RexList[nRex].nAction = 1;
|
||||
RexList[nRex].field_2 = 0;
|
||||
RexList[nRex].field_A = 90;
|
||||
return;
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
case 3:
|
||||
|
|
Loading…
Reference in a new issue