Fixes (by Moa)

- Hitting CTRL + V in Debug Build now writes all the data into file SGPVideoDump.txt (This can show instances of not removed objects ...)
- Fixed guiMAPINV was not disposed

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6525 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Wanne
2013-10-23 06:50:02 +00:00
parent 68add1a794
commit f1f2985dc0
2 changed files with 6 additions and 3 deletions
+4 -1
View File
@@ -64,7 +64,10 @@
HLIST ghVideoObjects = NULL;
BOOLEAN gfVideoObjectsInit=FALSE;
#define USE_HASHMAP_FOR_VOBJECTS
#ifndef SGP_VIDEO_DEBUGGING
#define USE_HASHMAP_FOR_VOBJECTS
#endif
#ifdef USE_HASHMAP_FOR_VOBJECTS
typedef struct VOBJECT_NODE
{