From 3e2efdf18ab95d3c88f66c7a1f6caf6b1c7231e5 Mon Sep 17 00:00:00 2001 From: PilzAdam Date: Mon, 20 May 2013 00:20:42 +0200 Subject: Add a little animation when changing the wielded item --- src/game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game.cpp') diff --git a/src/game.cpp b/src/game.cpp index 746769aee..185f42eae 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -3084,7 +3084,7 @@ void the_game( ItemStack item; if(mlist != NULL) item = mlist->getItem(client.getPlayerItem()); - camera.wield(item); + camera.wield(item, client.getPlayerItem()); } /* -- cgit v1.2.3