mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-13 17:35:12 +00:00
Rename CELL_SIZE to TERRAIN_TILE_SIZE, to free up the term "cell" for other concepts.
This was SVN commit r10902.
This commit is contained in:
@@ -61,7 +61,7 @@ extern int g_xres, g_yres;
|
||||
|
||||
// Maximum distance outside the edge of the map that the camera's
|
||||
// focus point can be moved
|
||||
static const float CAMERA_EDGE_MARGIN = 2.0f*CELL_SIZE;
|
||||
static const float CAMERA_EDGE_MARGIN = 2.0f*TERRAIN_TILE_SIZE;
|
||||
|
||||
/**
|
||||
* A value with exponential decay towards the target value.
|
||||
|
||||
Reference in New Issue
Block a user