added special build rule for sp_vm_engine.cpp

fixed an uninitialized memory read in ReadMapList()

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401903
This commit is contained in:
David Anderson
2008-02-23 20:54:31 +00:00
parent 1b26a1984a
commit 4eda818e0f
3 changed files with 15 additions and 8 deletions
+1 -1
View File
@@ -29,6 +29,7 @@
* Version: $Id$
*/
#include "sp_vm_types.h"
#include <sh_memory.h>
/* HACK to avoid including sourcehook.h for just the SH_ASSERT definition */
#if !defined SH_ASSERT
@@ -43,7 +44,6 @@
#include <string.h>
#include <assert.h>
#include "sp_file_headers.h"
#include "sp_vm_types.h"
#include "sp_vm_engine.h"
#include "zlib/zlib.h"
#include "sp_vm_basecontext.h"