summaryrefslogtreecommitdiff
path: root/src/map/script.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/script.hpp')
-rw-r--r--src/map/script.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/script.hpp b/src/map/script.hpp
index 77ffaa1..d5200a6 100644
--- a/src/map/script.hpp
+++ b/src/map/script.hpp
@@ -167,7 +167,7 @@ struct ScriptDataParam
};
struct ScriptDataStr
{
- dumb_string str;
+ RString str;
};
struct ScriptDataArg
{