diff options
| -rw-r--r-- | modules/multiplayer/scene_multiplayer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/multiplayer/scene_multiplayer.h b/modules/multiplayer/scene_multiplayer.h index e799abeb48..725cb9dbb6 100644 --- a/modules/multiplayer/scene_multiplayer.h +++ b/modules/multiplayer/scene_multiplayer.h @@ -98,7 +98,7 @@ public: // This is the mask that will be used to extract the command. enum { - CMD_MASK = 7, // 0x7 -> 0b00001111 + CMD_MASK = 7, // 0x7 -> 0b00000111 }; private: |
