fix warning

This commit is contained in:
Pawel Kolodziejski 2005-01-21 17:53:26 +00:00
parent 8f5e10c079
commit 723d50dc59

View file

@ -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.