Cleaned up objlist_class.

This commit is contained in:
Muzychenko Andrey
2021-01-30 14:19:25 +03:00
parent 5b9a1ff95d
commit 6ff457eb68
42 changed files with 276 additions and 340 deletions

View File

@@ -262,7 +262,7 @@ void TTextBox::Draw()
}
else
{
auto timeLeft = (Message1->TimeLeft());
auto timeLeft = Message1->TimeLeft();
if (timeLeft >= -2.0f)
{
int timer;