missing alignment

This commit is contained in:
Freeman-AM 2015-02-06 01:36:32 +01:00
parent 9e5810e615
commit 35eeb6036d

View File

@ -80,10 +80,10 @@ stock access(id, level)
/** /**
* Flags related to cmd_target: * Flags related to cmd_target:
* 1 - obey immunity * 1 - obey immunity
* 2 - allow yourself * 2 - allow yourself
* 4 - must be alive * 4 - must be alive
* 8 - can't be bot * 8 - can't be bot
*/ */
#define CMDTARGET_OBEY_IMMUNITY (1<<0) #define CMDTARGET_OBEY_IMMUNITY (1<<0)
#define CMDTARGET_ALLOW_SELF (1<<1) #define CMDTARGET_ALLOW_SELF (1<<1)