diff options
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp index 2d9c4cc7..4db888f8 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -385,7 +385,7 @@ void do_input() int get_packet_length(short id) { int len = get_length(id); - if (len == -1)len = RFIFOW(2); + if (len == -1) len = RFIFOW(2); return len; } |