fixed graphic glitch when playing the floppy intro with spanish subtitles and added a few comments.

svn-id: r26333
This commit is contained in:
Robert Göffringmann 2007-03-31 18:20:52 +00:00
parent 375c63f7bc
commit c0ca592d54
5 changed files with 102 additions and 93 deletions

View file

@ -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;
}