Make some of the class names in BaseBuffer more accurate.
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
|
||||
#include <iostream>
|
||||
|
||||
// Read a LuaValueHolder value from the streambuffer and push
|
||||
// it onto the lua stack.
|
||||
// Read a serialized LuaValue value from the
|
||||
// streambuffer and push it onto the lua stack.
|
||||
void push_simple_dynamic(lua_State *L, StreamBuffer *sb) {
|
||||
LuaValueType type = sb->read_simple_dynamic_tag();
|
||||
switch (type) {
|
||||
|
||||
Reference in New Issue
Block a user