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:
parent
66a868083a
commit
88f835d068
14 changed files with 34 additions and 856 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue