projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
931d95b
)
removed unused variable
author
Holger Schemel
<info@artsoft.org>
Thu, 24 Jan 2019 18:30:35 +0000
(19:30 +0100)
committer
Holger Schemel
<info@artsoft.org>
Thu, 24 Jan 2019 18:30:35 +0000
(19:30 +0100)
src/game.h
patch
|
blob
|
history
diff --git
a/src/game.h
b/src/game.h
index 0319a8df9594e7c3aad85dec2ce7683730c1f74e..5a96d4fc630cb23fc67d253984b1ec7b8afdfe8b 100644
(file)
--- 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 */