src/player.h
branchnoai
changeset 9628 b5c2449616b5
parent 9625 3301b1b3889c
child 9629 66dde6412125
equal deleted inserted replaced
9627:6a7c8ead2328 9628:b5c2449616b5
    17 	int32 delivered_cargo;
    17 	int32 delivered_cargo;
    18 	int32 performance_history; ///< player score (scale 0-1000)
    18 	int32 performance_history; ///< player score (scale 0-1000)
    19 	int64 company_value;
    19 	int64 company_value;
    20 };
    20 };
    21 
    21 
       
    22 /* The "steps" in loan size, in British Pounds! */
       
    23 enum {
       
    24 	LOAN_INTERVAL        = 10000,
       
    25 };
       
    26 
    22 typedef uint32 PlayerFace;
    27 typedef uint32 PlayerFace;
    23 
       
    24 enum {
       
    25 	/** The stepping in pounds for loans */
       
    26 	LOAN_INTERVAL = 10000,
       
    27 };
       
    28 
    28 
    29 struct Player {
    29 struct Player {
    30 	uint32 name_2;
    30 	uint32 name_2;
    31 	uint16 name_1;
    31 	uint16 name_1;
    32 
    32