mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
Set bShowTowers back to it's default value
# Conflicts: # source/exhumed/src/map.cpp
This commit is contained in:
parent
c7e3aa4b46
commit
ca80125aba
1 changed files with 1 additions and 2 deletions
|
@ -27,8 +27,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|||
BEGIN_PS_NS
|
||||
|
||||
|
||||
short bShowTowers = kTrue; //kFalse; REVERT to kFalse
|
||||
int ldMapZoom;
|
||||
short bShowTowers = kFalse;int ldMapZoom;
|
||||
int lMapZoom;
|
||||
|
||||
void MarkSectorSeen(short nSector);
|
||||
|
|
Loading…
Reference in a new issue