hedgewars/uTeams.pas
changeset 4099 af612377fcba
parent 4098 40df542b5f62
child 4101 c5967f360beb
equal deleted inserted replaced
4098:40df542b5f62 4099:af612377fcba
    45             visStepPos: LongWord;
    45             visStepPos: LongWord;
    46             BotLevel  : Byte; // 0 - Human player
    46             BotLevel  : Byte; // 0 - Human player
    47             HatVisibility: GLfloat;
    47             HatVisibility: GLfloat;
    48             stats: TStatistics;
    48             stats: TStatistics;
    49             Hat: shortstring;
    49             Hat: shortstring;
       
    50             InitialHealth: Byte; // used for gfResetHealth
    50             King: boolean;  // Flag for a bunch of hedgehog attributes
    51             King: boolean;  // Flag for a bunch of hedgehog attributes
    51             Unplaced: boolean;  // Flag for hog placing mode
    52             Unplaced: boolean;  // Flag for hog placing mode
    52             Timer: Longword;
    53             Timer: Longword;
    53             Effects: Array[THogEffect] of boolean;
    54             Effects: Array[THogEffect] of boolean;
    54             end;
    55             end;