Make pEnvironData static

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@3735 4a71c877-e1ca-e34f-864e-861f7616d084
master
Per Inge Mathisen 2008-02-10 11:51:16 +00:00
parent 9c699e0d24
commit 03b9f0a63e
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ typedef struct environ_data
UBYTE data;
} ENVIRON_DATA;
ENVIRON_DATA *pEnvironData = NULL;
static ENVIRON_DATA *pEnvironData = NULL;
/** This function just allocates the memory now according to map size. */
BOOL environInit( void )