Untested Changes Theory
This commit is contained in:
parent
7bd225da17
commit
ed861e5c1b
1 changed files with 1 additions and 1 deletions
|
|
@ -439,7 +439,7 @@ static int ScanConstants(lua_State *L, boolean mathlib, const char *word)
|
|||
}
|
||||
return luaL_error(L, "karthud '%s' could not be found.\n", word);
|
||||
}
|
||||
else if (mathlib && fastncmp("KITEM_",word,6)) {
|
||||
else if (fastncmp("KITEM_",word,6)) {
|
||||
p = word+6;
|
||||
if (fastcmp(p, "LIGHTNINGSHIELD"))
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue