mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-03-10 11:11:51 +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;
|
||||
if (!NextPage())
|
||||
{
|
||||
return !false;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue