diff options
Diffstat (limited to 'src/client')
-rw-r--r-- | src/client/keys.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/keys.h b/src/client/keys.h index b446d3a1e..76ae38ff0 100644 --- a/src/client/keys.h +++ b/src/client/keys.h @@ -25,7 +25,8 @@ with this program; if not, write to the Free Software Foundation, Inc., class KeyType { public: - enum T { + enum T + { // Player movement FORWARD, BACKWARD, |