diff options
author | Jacek Antonelli | 2008-12-01 17:39:58 -0600 |
---|---|---|
committer | Jacek Antonelli | 2008-12-01 17:40:06 -0600 |
commit | 7abecb48babe6a6f09bf6692ba55076546cfced9 (patch) | |
tree | 8d18a88513fb97adf32c10aae78f4be1984942db /linden/indra/lscript/lscript_byteformat.h | |
parent | Second Life viewer sources 1.21.6 (diff) | |
download | meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.zip meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.tar.gz meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.tar.bz2 meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.tar.xz |
Second Life viewer sources 1.22.0-RC
Diffstat (limited to '')
-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*/ |