Skip to content

Commit 53d1b3d

Browse files
committedMar 26, 2017
Fix mismatch struct/class for GameUIFlags
1 parent 72ce9d7 commit 53d1b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎src/client.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ class PacketCounter
308308
};
309309

310310
class ClientScripting;
311-
class GameUIFlags;
311+
struct GameUIFlags;
312312

313313
class Client : public con::PeerHandler, public InventoryManager, public IGameDef
314314
{

0 commit comments

Comments
 (0)
Please sign in to comment.