mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-04-22 10:01:46 +00:00
fix a typo
This commit is contained in:
parent
df58cc2799
commit
91f42e84dc
1 changed files with 1 additions and 1 deletions
|
|
@ -518,7 +518,7 @@ static int smlua_cpointer_get(lua_State* L) {
|
|||
lua_pushinteger(L, (u64)(intptr_t) cptr->pointer);
|
||||
return 1;
|
||||
}
|
||||
if (strcmp(key, "_lot") == 0) {
|
||||
if (strcmp(key, "_lvt") == 0) {
|
||||
lua_pushinteger(L, cptr->lvt);
|
||||
return 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue