mirror of
https://github.com/UberGames/ioef.git
synced 2025-01-19 07:30:51 +00:00
* Initialise botlib libvarlist to NULL as having it uninitialised may
potentially cause problems
This commit is contained in:
parent
eaeed742c5
commit
b61ccb0b9b
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#include "l_libvar.h"
|
#include "l_libvar.h"
|
||||||
|
|
||||||
//list with library variables
|
//list with library variables
|
||||||
libvar_t *libvarlist;
|
libvar_t *libvarlist = NULL;
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue