mirror of
https://github.com/SWG-Source/src.git
synced 2026-08-02 02:15:58 -04:00
increase size of preload var so that it doesn't truncate file paths
This commit is contained in:
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user