1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

add info for not implemented replay; reorder button code; fix exit position

This commit is contained in:
Laserlicht
2024-01-27 17:36:19 +01:00
committed by GitHub
parent 4d0c0f10a9
commit 0225590bb5
4 changed files with 33 additions and 28 deletions

View File

@@ -21,7 +21,7 @@ class AdventureOptions : public CWindowObject
std::shared_ptr<CButton> puzzle;
std::shared_ptr<CButton> dig;
std::shared_ptr<CButton> scenInfo;
/*std::shared_ptr<CButton> replay*/
std::shared_ptr<CButton> replay;
public:
AdventureOptions();