hedgewars/uMisc.pas
changeset 47 8daf1ee0b9a3
parent 43 e297fea1a2f3
child 53 0e27949850e3
equal deleted inserted replaced
46:c99140d2355a 47:8daf1ee0b9a3
     1 (*
     1 (*
     2  * Hedgewars, a worms-like game
     2  * Hedgewars, a worms-like game
     3  * Copyright (c) 2004, 2005 Andrey Korotaev <unC0Rr@gmail.com>
     3  * Copyright (c) 2004, 2005, 2006 Andrey Korotaev <unC0Rr@gmail.com>
     4  *
     4  *
     5  * Distributed under the terms of the BSD-modified licence:
     5  * Distributed under the terms of the BSD-modified licence:
     6  *
     6  *
     7  * Permission is hereby granted, free of charge, to any person obtaining a copy
     7  * Permission is hereby granted, free of charge, to any person obtaining a copy
     8  * of this software and associated documentation files (the "Software"), to deal
     8  * of this software and associated documentation files (the "Software"), to deal
    56     cScreenHeight    : integer = 768;
    56     cScreenHeight    : integer = 768;
    57     cBits            : integer = 16;
    57     cBits            : integer = 16;
    58     cWaterLine       : integer = 1024;
    58     cWaterLine       : integer = 1024;
    59     cVisibleWater    : integer = 64;
    59     cVisibleWater    : integer = 64;
    60     cScreenEdgesDist : integer = 240;
    60     cScreenEdgesDist : integer = 240;
       
    61     cTeamHealthWidth : integer = 128;
    61 
    62 
    62     GameTicks     : LongWord = 0;
    63     GameTicks     : LongWord = 0;
    63 
    64 
    64     cSkyColor     : Cardinal = 0;
    65     cSkyColor     : Cardinal = 0;
    65     cWaterColor   : Cardinal = $32397A;
    66     cWaterColor   : Cardinal = $32397A;