diff options
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/game.cpp b/src/game.cpp index 5d8365781..f313ae28f 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -1720,7 +1720,7 @@ void the_game( GUIFormSpecMenu *menu = new GUIFormSpecMenu(device, guiroot, -1, &g_menumgr, - &client, gamedef); + &client, gamedef, tsrc); InventoryLocation inventoryloc; inventoryloc.setCurrentPlayer(); @@ -2259,7 +2259,7 @@ void the_game( GUIFormSpecMenu *menu = new GUIFormSpecMenu(device, guiroot, -1, &g_menumgr, - &client, gamedef); + &client, gamedef, tsrc); menu->setFormSource(current_formspec); menu->setTextDest(current_textdest); menu->drop(); @@ -2755,7 +2755,7 @@ void the_game( GUIFormSpecMenu *menu = new GUIFormSpecMenu(device, guiroot, -1, &g_menumgr, - &client, gamedef); + &client, gamedef, tsrc); menu->setFormSpec(meta->getString("formspec"), inventoryloc); menu->setFormSource(new NodeMetadataFormSource( |