fix warning
This commit is contained in:
parent
8f5e10c079
commit
723d50dc59
1 changed files with 2 additions and 2 deletions
4
lua.cpp
4
lua.cpp
|
@ -646,8 +646,8 @@ static void SetActorFollowBoxes() {
|
|||
}
|
||||
|
||||
static void SetActorConstrain() {
|
||||
Actor *act = check_actor(1);
|
||||
bool constrain = !lua_isnil(lua_getparam(2));
|
||||
// Actor *act = check_actor(1);
|
||||
// bool constrain = !lua_isnil(lua_getparam(2));
|
||||
|
||||
// that below should be enabled, but for now it's disabled realated to
|
||||
// above func SetActorFollowBoxes.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue