mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-03-10 19:22:03 +00:00
- where did that '!' come from?
This commit is contained in:
parent
643e5c87fd
commit
86c968c8a3
1 changed files with 1 additions and 1 deletions
|
@ -951,7 +951,7 @@ bool DIntermissionController::Ticker ()
|
||||||
mAdvance = false;
|
mAdvance = false;
|
||||||
if (!NextPage())
|
if (!NextPage())
|
||||||
{
|
{
|
||||||
return !false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in a new issue