mirror of
https://github.com/iAmInActions/SpaceCadetPinballPPC.git
synced 2026-08-15 05:16:36 +00:00
Cleaned up objlist_class.
This commit is contained in:
@@ -262,7 +262,7 @@ void TTextBox::Draw()
|
||||
}
|
||||
else
|
||||
{
|
||||
auto timeLeft = (Message1->TimeLeft());
|
||||
auto timeLeft = Message1->TimeLeft();
|
||||
if (timeLeft >= -2.0f)
|
||||
{
|
||||
int timer;
|
||||
|
||||
Reference in New Issue
Block a user