From c0ab09af747fc431dfb459ede30788cb9cd1c56b Mon Sep 17 00:00:00 2001 From: BlockMen Date: Fri, 11 Apr 2014 15:32:46 +0200 Subject: Add player:set_eye_offset() by @MirceaKitsune and clean up --- src/game.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/game.cpp') diff --git a/src/game.cpp b/src/game.cpp index 02308b65d..2e8d3761d 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -977,8 +977,6 @@ bool nodePlacementPrediction(Client &client, return false; } -bool is_third_person = false; - static void show_chat_menu(FormspecFormSource* current_formspec, TextDest* current_textdest, IWritableTextureSource* tsrc, IrrlichtDevice * device, Client* client, std::string text) -- cgit v1.2.3