Ticket #1052: indy3_berlin.patch
File indy3_berlin.patch, 534 bytes (added by , 17 years ago) |
---|
-
actor.cpp
796 796 int i; 797 797 uint16 vald; 798 798 799 // WORKAROUND for bug #774783 800 // If Hitler's direction is being set to anything other than 90, set it to 90 801 if ((_vm->_game.id == GID_INDY3) && _vm->_roomResource == 46 && _number == 9 && direction != 90) 802 direction = 90; 803 799 804 // Do nothing if actor is already facing in the given direction 800 805 if (_facing == direction) 801 806 return;