- extended the read buffer for the 'secret' CCMD.

This commit is contained in:
Christoph Oelckers 2022-05-14 21:48:08 +02:00
parent 84bafe6d02
commit c82e80d152

View file

@ -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)
{