Remove documentation of SetFogOfWarOpacity
This function was removed in bos SVN trunk r9190 on 2007-10-13. The FogOfWarOpacity variable still exists but is no longer modified. Make it const for good measure.
This commit is contained in:
parent
3fe67cb65c
commit
f850a25529
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
|||
-- Variables
|
||||
----------------------------------------------------------------------------*/
|
||||
|
||||
static int FogOfWarOpacity = 128; /// Fog of war Opacity.
|
||||
static const int FogOfWarOpacity = 128; /// Fog of war Opacity.
|
||||
CGraphic *CMap::FogGraphic;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue