mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 14:52:00 +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"
|
||||
|
||||
//list with library variables
|
||||
libvar_t *libvarlist;
|
||||
libvar_t *libvarlist = NULL;
|
||||
|
||||
//===========================================================================
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue