oops that was an accidental change

svn-id: r7390
This commit is contained in:
Max Horn 2003-05-08 10:48:29 +00:00
parent 68f821c67d
commit 86e28c807e

View File

@ -258,7 +258,7 @@ int Actor::remapDirection(int dir, bool is_walking) {
}
}
// OR 1024 in to signal direction interpolation should be done
return normalizeAngle(dir);
return normalizeAngle(dir) | 1024;
}
int Actor::updateActorDirection(bool is_walking) {