Commit c5438158 authored by sidschingis's avatar sidschingis

increase text limit

parent 87787e2e
......@@ -4,7 +4,7 @@
namespace ygo {
const wchar_t* DataManager::unknown_string = L"???";
wchar_t DataManager::strBuffer[2048];
wchar_t DataManager::strBuffer[4096];
DataManager dataManager;
bool DataManager::LoadDB(const char* file) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment