hedgewars/uConsole.pas
changeset 917 e59614bffc3f
parent 883 07a568ba44e0
child 936 ba582673db7d
equal deleted inserted replaced
916:1d0022336fbb 917:e59614bffc3f
    34 procedure doPut(putX, putY: LongInt; fromAI: boolean);
    34 procedure doPut(putX, putY: LongInt; fromAI: boolean);
    35 
    35 
    36 implementation
    36 implementation
    37 {$J+}
    37 {$J+}
    38 uses uMisc, uStore, Types, uConsts, uGears, uTeams, uIO, uKeys, uWorld, uLand,
    38 uses uMisc, uStore, Types, uConsts, uGears, uTeams, uIO, uKeys, uWorld, uLand,
    39      uRandom, uAmmos, uTriggers, GL, uStats;
    39      uRandom, uAmmos, uTriggers, GL, uStats, uGame;
    40 const cLineWidth: LongInt = 0;
    40 const cLineWidth: LongInt = 0;
    41       cLinesCount = 256;
    41       cLinesCount = 256;
    42 
    42 
    43 type  PVariable = ^TVariable;
    43 type  PVariable = ^TVariable;
    44       TVariable = record
    44       TVariable = record