Remove two unused defines

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@3820 4a71c877-e1ca-e34f-864e-861f7616d084
master
Per Inge Mathisen 2008-02-17 13:56:08 +00:00
parent d8cbb4326c
commit fb12b834a1
1 changed files with 0 additions and 6 deletions

View File

@ -20,12 +20,6 @@
#ifndef _visibility_h
#define _visibility_h
/* Terrain types that could obscure LOS */
#define LOS_MASK 0 /*TER_STONE*/
/* The distance under which visibility is automatic */
#define BASE_VISIBILITY (5*TILE_UNITS/2)
// initialise the visibility stuff
extern BOOL visInitialise(void);