src/player.h
changeset 6909 5cb622b3d46a
parent 6685 00490513d7b1
child 6943 1914f26aee04
equal deleted inserted replaced
6908:6b1324d7a2c9 6909:5cb622b3d46a
   147 	byte to_type;
   147 	byte to_type;
   148 
   148 
   149 };
   149 };
   150 
   150 
   151 
   151 
       
   152 /* The "steps" in loan size, in British Pounds! */
       
   153 enum {
       
   154 	LOAN_INTERVAL        = 10000,
       
   155 	LOAN_INTERVAL_OLD_AI = 50000,
       
   156 };
       
   157 
   152 typedef uint32 PlayerFace;
   158 typedef uint32 PlayerFace;
   153 
   159 
   154 struct Player {
   160 struct Player {
   155 	uint32 name_2;
   161 	uint32 name_2;
   156 	uint16 name_1;
   162 	uint16 name_1;