diff options
author | Pixel <pixel@nobis-crew.org> | 2009-10-29 17:22:22 -0700 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2009-10-29 17:22:22 -0700 |
commit | d5de781f2c4e5bdeff3365d72d53886a32ffb9aa (patch) | |
tree | 991007c80e6ee897d692368538949be7fcc7f13b /lib/luacd.cpp | |
parent | af7973b5b0bf0212415c8ca35cb88313226443a7 (diff) |
Forgot array terminator... shouldn't be a problem anyway since I don't call the verificator on this class -.-
Diffstat (limited to 'lib/luacd.cpp')
-rw-r--r-- | lib/luacd.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/luacd.cpp b/lib/luacd.cpp index a32ecaf..906d771 100644 --- a/lib/luacd.cpp +++ b/lib/luacd.cpp @@ -616,6 +616,7 @@ struct lua_functypes_t direntry_methods[] = { { DIRENTRY_ISXAXA, "isxaxa", 0, 0, 0 }, { DIRENTRY_ISXAFORM1, "isxaform1", 0, 0, 0 }, { DIRENTRY_ITERATE, "iterate", 1, 1, { BLUA_OBJECT } }, + { -1, 0, 0, 0, 0 } }; struct lua_functypes_t direntry_functions[] = { |