fixed graphic glitch when playing the floppy intro with spanish subtitles and added a few comments.
svn-id: r26333
This commit is contained in:
parent
375c63f7bc
commit
c0ca592d54
5 changed files with 102 additions and 93 deletions
|
@ -224,7 +224,7 @@ void Logic::arAnim() {
|
|||
// On character boundary. Have we been told to wait?
|
||||
// if not - are WE colliding?
|
||||
|
||||
if (_compact->waitingFor == 0xffff) { // 1st cycle of re-route does
|
||||
if (_compact->waitingFor == 0xffff) { // 1st cycle of re-route does not require collision checks
|
||||
mainAnim();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue