From 5d1b0bff6088d3b085ceac93f10e81a9ada99b47 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Thu, 24 Jan 2019 19:30:35 +0100 Subject: [PATCH] removed unused variable --- src/game.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/game.h b/src/game.h index 0319a8df..5a96d4fc 100644 --- a/src/game.h +++ b/src/game.h @@ -275,7 +275,6 @@ struct PlayerInfo int client_nr; // network client identifier byte action; // action from local input device - byte mapped_action; // action mapped from device to player byte effective_action; /* action acknowledged from network server or summarized over all configured input devices when in single player mode */ -- 2.34.1