src/player.h
branchnoai
changeset 9374 61379e9b2393
parent 9359 e915dd81a279
child 9505 9711235f5693
equal deleted inserted replaced
9373:d03563181088 9374:61379e9b2393
    16 	int32 performance_history; // player score (scale 0-1000)
    16 	int32 performance_history; // player score (scale 0-1000)
    17 	int64 company_value;
    17 	int64 company_value;
    18 };
    18 };
    19 
    19 
    20 typedef uint32 PlayerFace;
    20 typedef uint32 PlayerFace;
       
    21 
       
    22 enum {
       
    23 	/** The stepping in pounds for loans */
       
    24 	LOAN_INTERVAL = 10000,
       
    25 };
    21 
    26 
    22 struct Player {
    27 struct Player {
    23 	uint32 name_2;
    28 	uint32 name_2;
    24 	uint16 name_1;
    29 	uint16 name_1;
    25 
    30