Lots of work on documenting class LuaStack
This commit is contained in:
@@ -81,7 +81,7 @@ class Deserializer {
|
||||
}
|
||||
case LUA_TT_TANGIBLE: {
|
||||
int64_t tanid = sb_->read_int64();
|
||||
if (!LS_.validpositiveint64(tanid)) {
|
||||
if (!LS_.validpositiveinteger(tanid)) {
|
||||
throw DeserializeError();
|
||||
}
|
||||
LS_.maketan(target, tanid);
|
||||
|
||||
Reference in New Issue
Block a user