increase size of preload var so that it doesn't truncate file paths

This commit is contained in:
DarthArgus
2015-10-08 16:21:46 -05:00
parent 283792720c
commit a0f4610524
@@ -28,7 +28,7 @@ namespace PreloadManagerNameSpace
void loadObjectTemplates()
{
FILE* fp = fopen("objectTemplates.plf","r");
char buf [128];
char buf [256];
if (fp)
{
DEBUG_REPORT_LOG(true, ("Scanning templates"));