mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
nuke all the #if 0's
scripted commit:
find . -not -path '*/.*' -and -not -path '*/ext*' -type d -exec coan source -R -E {} ';'
https://coan2.sourceforge.net/coan_man_1.html
This commit is contained in:
committed by
Asdow
parent
6afe785f4b
commit
8b1c4effa0
@@ -594,23 +594,6 @@ UINT8 gubEncryptionArray2[ BASE_NUMBER_OF_ROTATION_ARRAYS * 3 ][ NEW_ROTATION_AR
|
||||
},
|
||||
};
|
||||
|
||||
#if 0
|
||||
// These values coorespond to TerrainTypeDefines order
|
||||
UINT8 gTileTypeMovementCost[ NUM_TERRAIN_TYPES ] =
|
||||
{
|
||||
TRAVELCOST_FLAT, // NO_TERRAIN
|
||||
TRAVELCOST_FLAT, // FLAT GROUND
|
||||
TRAVELCOST_FLATFLOOR, // FLAT FLOOR
|
||||
TRAVELCOST_PAVEDROAD, // PAVED ROAD
|
||||
TRAVELCOST_DIRTROAD, // DIRT ROAD
|
||||
TRAVELCOST_GRASS, // LOW_GRASS
|
||||
TRAVELCOST_THICK, // HIGH GRASS
|
||||
TRAVELCOST_TRAINTRACKS, // TRAIN TRACKS
|
||||
TRAVELCOST_SHORE, // LOW WATER
|
||||
TRAVELCOST_KNEEDEEP, // MED WATER
|
||||
TRAVELCOST_DEEPWATER, // DEEP WATER
|
||||
};
|
||||
#else
|
||||
// These values coorespond to TerrainTypeDefines order
|
||||
UINT8 gTileTypeMovementCost[ NUM_TERRAIN_TYPES ] =
|
||||
{
|
||||
@@ -626,7 +609,6 @@ UINT8 gTileTypeMovementCost[ NUM_TERRAIN_TYPES ] =
|
||||
TRAVELCOST_SHORE, // MED WATER
|
||||
TRAVELCOST_SHORE, // DEEP WATER
|
||||
};
|
||||
#endif
|
||||
|
||||
ADDITIONAL_TILE_PROPERTIES_VALUES zAdditionalTileProperties;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user