Guest User

Untitled

a guest
Dec 21st, 2013
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. for (u16 j = 1; iter != input.items.end(); iter++, j++) {
  2. if (iter->empty())
  3. continue;
  4. lua_pushstring(L, iter->name.c_str());
  5. lua_rawseti(L, -2, j);
  6. }
Advertisement
Add Comment
Please, Sign In to add comment