mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-24 03:56:43 +00:00
Codechange: Make some variables and constants documentation comments recognised by doxygen.
This commit is contained in:
committed by
rubidium42
parent
7a6b7fb1f0
commit
21bee91fa7
+1
-1
@@ -2058,7 +2058,7 @@ static void DrawTrackDetails(const TileInfo *ti, const RailTypeInfo *rti, Palett
|
||||
}
|
||||
|
||||
/* SubSprite for drawing the track halftile of 'three-corners-raised'-sloped rail sprites. */
|
||||
static const int INF = 1000; // big number compared to tilesprite size
|
||||
static const int INF = 1000; ///< Big number compared to tilesprite size.
|
||||
static const SubSprite _halftile_sub_sprite[4] = {
|
||||
{ -INF , -INF , 32 - 33, INF }, // CORNER_W, clip 33 pixels from right
|
||||
{ -INF , 0 + 7, INF , INF }, // CORNER_S, clip 7 pixels from top
|
||||
|
||||
Reference in New Issue
Block a user