diff --git a/source/core/secrets.cpp b/source/core/secrets.cpp index a85e57db2..ae8e5397c 100644 --- a/source/core/secrets.cpp +++ b/source/core/secrets.cpp @@ -77,10 +77,10 @@ CCMD(secret) maphdr.Format("[%s]", mapname); FString linebuild; - char readbuffer[1024]; + char readbuffer[10240]; bool inlevel = false; - while (lump.Gets(readbuffer, 1024)) + while (lump.Gets(readbuffer, 10240)) { if (!inlevel) {