aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/LuaSL/LuaSL_LSL_tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/LuaSL/LuaSL_LSL_tree.h')
-rw-r--r--src/LuaSL/LuaSL_LSL_tree.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/LuaSL/LuaSL_LSL_tree.h b/src/LuaSL/LuaSL_LSL_tree.h
index 3b0a6d5..dd15bed 100644
--- a/src/LuaSL/LuaSL_LSL_tree.h
+++ b/src/LuaSL/LuaSL_LSL_tree.h
@@ -144,7 +144,8 @@ typedef enum
144 MF_POSTDEC = 64, 144 MF_POSTDEC = 64,
145 MF_POSTINC = 128, 145 MF_POSTINC = 128,
146 MF_LSLCONST = 256, 146 MF_LSLCONST = 256,
147 MF_TYPECAST = 512 147 MF_TYPECAST = 512,
148 MF_MSTRING = 1024
148} miscFlags; 149} miscFlags;
149 150
150struct _allowedTypes 151struct _allowedTypes