mirror of
https://github.com/minetest/minetest.git
synced 2025-02-17 10:23:47 +01:00
Fix mismatch struct/class for GameUIFlags
This commit is contained in:
@ -308,7 +308,7 @@ private:
|
||||
};
|
||||
|
||||
class ClientScripting;
|
||||
class GameUIFlags;
|
||||
struct GameUIFlags;
|
||||
|
||||
class Client : public con::PeerHandler, public InventoryManager, public IGameDef
|
||||
{
|
||||
|
Reference in New Issue
Block a user