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

Filter worlds by selected game

This commit is contained in:
Perttu Ahola 2013-02-15 22:06:38 +02:00
parent 084be3599a
commit 2708482f1b
2 changed files with 19 additions and 6 deletions

View file

@ -130,6 +130,8 @@ private:
s32 id;
IMenuManager *menumgr;
std::vector<int> m_world_indices;
bool m_is_regenerating;
v2s32 m_topleft_client;
v2s32 m_size_client;