mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-28 20:40:47 +00:00
- fixed RRRA summary screens.
This commit is contained in:
parent
37ea207d5a
commit
2403e8cb2c
2 changed files with 2 additions and 3 deletions
|
@ -157,7 +157,7 @@ public:
|
|||
}
|
||||
ototalclock += delay;
|
||||
|
||||
for (int i = 0; animSnd[i].framenum >= 0; i++)
|
||||
if (animSnd) for (int i = 0; animSnd[i].framenum >= 0; i++)
|
||||
{
|
||||
if (animSnd[i].framenum == curframe)
|
||||
{
|
||||
|
|
|
@ -706,8 +706,7 @@ void cameratext(int i)
|
|||
|
||||
void dobonus(int bonusonly, const CompletionFunc& completion)
|
||||
{
|
||||
if (isRRRA()) { if (completion) completion(false); }
|
||||
else if (isRR()) dobonus_r(bonusonly, completion);
|
||||
if (isRR()) dobonus_r(bonusonly, completion);
|
||||
else dobonus_d(bonusonly, completion);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue