Commit dce15d52 authored by mercury233's avatar mercury233

fix unused strBuffer

parent 734cb82b
......@@ -52,7 +52,9 @@ bool DataManager::LoadDB(const wchar_t* wfile) {
#endif
CardDataC cd;
CardString cs;
#ifndef YGOPRO_SERVER_MODE
wchar_t strBuffer[4096];
#endif
int step = 0;
do {
step = sqlite3_step(pStmt);
......
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