[Scummvm-devel] Backend modularization (ATTN porters)

Marcus Comstedt marcus at mc.pp.se
Sun Oct 22 19:55:20 CEST 2006


Max Horn <max at quendi.de> writes:

>    ...
>    static int timer_handler(int t) {
>      DefaultTimerManager *tm = (DefaultTimerManager *)g_system- 
>  >getTimerManager();
>      return tm->handler(t);
>    }
>    ...

I believe you mean

    tm->handler();
    return t;

instead of the last statement in that function.


  // Marcus






More information about the Scummvm-devel mailing list