diff options
Diffstat (limited to 'linden/indra/lscript/lscript_byteformat.h')
-rw-r--r-- | linden/indra/lscript/lscript_byteformat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/lscript/lscript_byteformat.h b/linden/indra/lscript/lscript_byteformat.h index 1f201d8..fa82e6b 100644 --- a/linden/indra/lscript/lscript_byteformat.h +++ b/linden/indra/lscript/lscript_byteformat.h | |||
@@ -470,6 +470,7 @@ const U8 LSCRIPTTypeHi4Bits[LST_EOF] = | |||
470 | LST_VECTOR << 4, | 470 | LST_VECTOR << 4, |
471 | LST_QUATERNION << 4, | 471 | LST_QUATERNION << 4, |
472 | LST_LIST << 4, | 472 | LST_LIST << 4, |
473 | LST_UNDEFINED << 4, | ||
473 | }; | 474 | }; |
474 | 475 | ||
475 | const char * const LSCRIPTTypeNames[LST_EOF] = /*Flawfinder: ignore*/ | 476 | const char * const LSCRIPTTypeNames[LST_EOF] = /*Flawfinder: ignore*/ |