1
0
Fork 0
mirror of https://github.com/k4zmu2a/SpaceCadetPinball.git synced 2025-09-01 06:20:15 +02:00

Removed unused translated texts.

Fixed translation.h include leak.
Added TTextBox font color support.
This commit is contained in:
Muzychenko Andrey 2022-08-31 11:11:21 +03:00
parent 66a868083a
commit 88f835d068
14 changed files with 34 additions and 856 deletions

View file

@ -38,6 +38,7 @@
#include "TPlunger.h"
#include "TFlipper.h"
#include "TDrain.h"
#include "translations.h"
int TPinballTable::score_multipliers[5] = {1, 2, 3, 5, 10};
@ -214,6 +215,7 @@ TPinballTable::~TPinballTable()
delete ComponentList[0];
}
control::ClearLinks();
pinball::InfoTextBox = pinball::MissTextBox = nullptr;
}
TPinballComponent* TPinballTable::find_component(LPCSTR componentName)