[Scummvm-cvs-logs] scummvm branch-1-5 -> f97217cd199ea7b1248eda52c41ce3baf82a5a5c

digitall digitall at scummvm.org
Fri Aug 3 07:00:29 CEST 2012


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
f97217cd19 TEENAGENT: Fix for bug #3428161 "PSP: No music in TeenAgent".


Commit: f97217cd199ea7b1248eda52c41ce3baf82a5a5c
    https://github.com/scummvm/scummvm/commit/f97217cd199ea7b1248eda52c41ce3baf82a5a5c
Author: D G Turner (digitall at scummvm.org)
Date: 2012-08-02T21:59:57-07:00

Commit Message:
TEENAGENT: Fix for bug #3428161 "PSP: No music in TeenAgent".

This could occur on other platforms too and was a race hazard between
mixer thread startup and music being valid i.e. If the music doesn't
already exist, when the mixer callback is done, this deletes the channel
as idle. Reordered the calls to fix this.

Also, removed unecessary music->start() as this is done by setMusic(n)
on successful load anyway.

Changed paths:
    engines/teenagent/teenagent.cpp








More information about the Scummvm-git-logs mailing list