signs.c
changeset 2789 75ce96e754a0
parent 2783 e5fdc2deba1c
child 3047 acae37f12efb
equal deleted inserted replaced
2788:db2896482939 2789:75ce96e754a0
     7 #include "player.h"
     7 #include "player.h"
     8 #include "signs.h"
     8 #include "signs.h"
     9 #include "saveload.h"
     9 #include "saveload.h"
    10 #include "command.h"
    10 #include "command.h"
    11 #include "variables.h"
    11 #include "variables.h"
       
    12 
       
    13 static SignStruct *_new_sign_struct;
    12 
    14 
    13 enum {
    15 enum {
    14 	/* Max signs: 64000 (4 * 16000) */
    16 	/* Max signs: 64000 (4 * 16000) */
    15 	SIGN_POOL_BLOCK_SIZE_BITS = 2,       /* In bits, so (1 << 2) == 4 */
    17 	SIGN_POOL_BLOCK_SIZE_BITS = 2,       /* In bits, so (1 << 2) == 4 */
    16 	SIGN_POOL_MAX_BLOCKS      = 16000,
    18 	SIGN_POOL_MAX_BLOCKS      = 16000,