- where did that '!' come from?

This commit is contained in:
Christoph Oelckers 2022-04-28 20:48:00 +02:00
parent 643e5c87fd
commit 86c968c8a3

View file

@ -951,7 +951,7 @@ bool DIntermissionController::Ticker ()
mAdvance = false;
if (!NextPage())
{
return !false;
return false;
}
}
return true;