[Scummvm-tracker] [ScummVM :: Bugs] #15986: BAGEL: The Space Bar PDA light doesn't flash

ScummVM :: Bugs trac at scummvm.org
Thu Sep 25 09:08:35 UTC 2025


#15986: BAGEL: The Space Bar PDA light doesn't flash
-----------------------+----------------------------
Reporter:  einstein95  |       Owner:  dreammaster
    Type:  defect      |      Status:  new
Priority:  normal      |   Component:  Engine: BAGEL
 Version:              |  Resolution:
Keywords:              |        Game:  The Space Bar
-----------------------+----------------------------
Comment (by eriktorbjorn):

 The frame rate for the animation seems to be 0 (ms per frame?), so that's
 weird. I'm not saying this is the correct fix, but just as an experiment
 this:

 {{{
 diff --git a/engines/bagel/spacebar/baglib/log_msg.cpp
 b/engines/bagel/spacebar/baglib/log_msg.cpp
 index d4d5da3469e..977d2dbf42b 100644
 --- a/engines/bagel/spacebar/baglib/log_msg.cpp
 +++ b/engines/bagel/spacebar/baglib/log_msg.cpp
 @@ -319,6 +319,7 @@ ErrorCode CBagLog::activateLocalObject(CBagObject
 *bagObj) {
                                 // dirty bit.
                                 msgLight->setAlwaysUpdate(true);
                                 msgLight->setAnimated(true);
 +                               msgLight->setFrameRate(250);
                         }
                 }
         } else {
 }}}

 makes it look a lot nicer to me.
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/15986#comment:2>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list