Added an option to disable the Pool allocation in Config.ini, in case there is a mess with the MemoryPool.

This commit is contained in:
William Moberg
2016-01-18 10:16:35 +01:00
parent d28583ca9e
commit a346a329b3
4 changed files with 23 additions and 5 deletions
+3 -1
View File
@@ -2,7 +2,9 @@
LogLevel=1
LoadMap=
EditorEnabled=false
; if true -> Pool allocation is not used when calling Allocate/Free, just use regular dynamic allocation.
; if false -> Use pool allocation.
DisableMemoryPool=false
[Video]
Fullscreen=false