I should break; this habit...

This commit is contained in:
NepDisk 2025-12-13 13:57:49 -05:00
parent bcd8c9f1a4
commit 1ce907f7de

View file

@ -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;
}