F1 hud toggle + old worlds load fix

This commit is contained in:
MihailRis
2023-12-10 02:23:04 +03:00
parent d75d75eeb8
commit 3e98526a24
3 changed files with 14 additions and 6 deletions
+1
View File
@@ -42,6 +42,7 @@ class LevelScreen : public Screen {
WorldRenderer* worldRenderer;
HudRenderer* hud;
ContentGfxCache* cache;
bool hudVisible = true;
void updateHotkeys();
public:
LevelScreen(Engine* engine, Level* level);