summaryrefslogtreecommitdiffstats
path: root/src/text
diff options
context:
space:
mode:
authorerorcun <erorcunerorcun@hotmail.com.tr>2021-02-03 12:08:28 +0100
committererorcun <erorcunerorcun@hotmail.com.tr>2021-02-03 12:08:28 +0100
commit1667ffdd8f7fcde03d283db32694f0dd27086299 (patch)
tree4e9c96e731251931d2261a81d03c006a9477d1c5 /src/text
parentno advanced script log when log level is 0 (diff)
downloadre3-1667ffdd8f7fcde03d283db32694f0dd27086299.tar
re3-1667ffdd8f7fcde03d283db32694f0dd27086299.tar.gz
re3-1667ffdd8f7fcde03d283db32694f0dd27086299.tar.bz2
re3-1667ffdd8f7fcde03d283db32694f0dd27086299.tar.lz
re3-1667ffdd8f7fcde03d283db32694f0dd27086299.tar.xz
re3-1667ffdd8f7fcde03d283db32694f0dd27086299.tar.zst
re3-1667ffdd8f7fcde03d283db32694f0dd27086299.zip
Diffstat (limited to 'src/text')
-rw-r--r--src/text/Text.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text/Text.cpp b/src/text/Text.cpp
index fe37d0f1..08ab0e1e 100644
--- a/src/text/Text.cpp
+++ b/src/text/Text.cpp
@@ -8,7 +8,7 @@
#include "Messages.h"
#include "Text.h"
-static wchar WideErrorString[25];
+wchar WideErrorString[25];
CText TheText;