diff options
Diffstat (limited to 'src/defines.h')
-rw-r--r-- | src/defines.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/defines.h b/src/defines.h index 7ffb2422..57860edd 100644 --- a/src/defines.h +++ b/src/defines.h @@ -364,7 +364,7 @@ enum { GUILD_EVENT_OFFLINE_PLAYER }; -// Moving object flags +// Being flags enum { // Payload contains the current position. MOVING_POSITION = 1, |