diff options
author | aap <aap@papnet.eu> | 2021-01-08 13:51:31 +0100 |
---|---|---|
committer | aap <aap@papnet.eu> | 2021-01-08 13:51:31 +0100 |
commit | a99457ee29331360e5088d07373d4a1e715862f3 (patch) | |
tree | 31ac50898e7b171e25df1cd902b63b147ac22e0a /src/core/main.cpp | |
parent | Merge branch 'miami' into lcs (diff) | |
download | re3-a99457ee29331360e5088d07373d4a1e715862f3.tar re3-a99457ee29331360e5088d07373d4a1e715862f3.tar.gz re3-a99457ee29331360e5088d07373d4a1e715862f3.tar.bz2 re3-a99457ee29331360e5088d07373d4a1e715862f3.tar.lz re3-a99457ee29331360e5088d07373d4a1e715862f3.tar.xz re3-a99457ee29331360e5088d07373d4a1e715862f3.tar.zst re3-a99457ee29331360e5088d07373d4a1e715862f3.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/main.cpp b/src/core/main.cpp index e3217fde..d9579fee 100644 --- a/src/core/main.cpp +++ b/src/core/main.cpp @@ -76,7 +76,7 @@ GlobalScene Scene; -uint8 work_buff[55000 * 2]; +uint8 work_buff[55000]; char gString[256]; char gString2[512]; wchar gUString[256]; |