1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Fix mismatch struct/class for GameUIFlags

This commit is contained in:
Loic Blot 2017-03-26 18:54:39 +02:00
parent 72ce9d7a5d
commit 53d1b3d924
No known key found for this signature in database
GPG key ID: EFAA458E8C153987

View file

@ -308,7 +308,7 @@ private:
};
class ClientScripting;
class GameUIFlags;
struct GameUIFlags;
class Client : public con::PeerHandler, public InventoryManager, public IGameDef
{