I should break; this habit...
This commit is contained in:
parent
bcd8c9f1a4
commit
1ce907f7de
1 changed files with 1 additions and 0 deletions
|
|
@ -155,6 +155,7 @@ static int skin_get(lua_State *L)
|
|||
break;
|
||||
case skin_compatmode:
|
||||
lua_pushboolean(L, wadfiles[skin->wadnum]->compatmode);
|
||||
break;
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue