1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-12-01 23:12:49 +02:00

make configurable

This commit is contained in:
Laserlicht
2025-07-05 16:27:20 +02:00
parent d81e035c98
commit 15a1373911
4 changed files with 16 additions and 8 deletions

View File

@@ -76,8 +76,6 @@ public:
class CHighScoreInputScreen : public CWindowObject, public IVideoHolder
{
const int HIGHSCORE_ROW_SAVE = 100;
std::vector<std::shared_ptr<CLabel>> texts;
std::shared_ptr<CHighScoreInput> input;
std::shared_ptr<TransparentFilledRectangle> background;