project_files/frontlib/hwconsts.h
changeset 7566 57d343ee382f
parent 7497 7e1d72fc03c7
child 7689 855eeee4166f
equal deleted inserted replaced
7563:09a44c8fbfba 7566:57d343ee382f
    32 #include <inttypes.h>
    32 #include <inttypes.h>
    33 #include <stddef.h>
    33 #include <stddef.h>
    34 #include <stdbool.h>
    34 #include <stdbool.h>
    35 
    35 
    36 #define HEDGEHOGS_PER_TEAM 8
    36 #define HEDGEHOGS_PER_TEAM 8
       
    37 #define DEFAULT_HEDGEHOG_COUNT 4
       
    38 #define DEFAULT_COLOR_INDEX 0
       
    39 
    37 #define NETGAME_DEFAULT_PORT 46631
    40 #define NETGAME_DEFAULT_PORT 46631
    38 #define PROTOCOL_VERSION 42
    41 #define PROTOCOL_VERSION 42
    39 #define MIN_SERVER_VERSION 1
    42 #define MIN_SERVER_VERSION 1
    40 
    43 
    41 // Used for sending scripts to the engine
    44 // Used for sending scripts to the engine