1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-16 01:45:36 +02:00

Fixed handling of inventory in creative mode (normal inventory is not trashed anymore), fixed mese pick speed, added some forgotten stuff

This commit is contained in:
Perttu Ahola
2011-07-30 23:33:57 +03:00
parent 4ccc99b291
commit 8e1eacf3a8
13 changed files with 89 additions and 3 deletions

View File

@@ -121,6 +121,8 @@ public:
bool swimming_up;
Inventory inventory;
// Actual inventory is backed up here when creative mode is used
Inventory *inventory_backup;
bool craftresult_is_preview;