mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 13:50:13 +00:00
TSAGE: Added needed speaker method call for R2R in StripManager::signal
This commit is contained in:
parent
654ff1ecb9
commit
3344cf424a
@ -25,6 +25,7 @@
|
||||
#include "tsage/tsage.h"
|
||||
#include "tsage/globals.h"
|
||||
#include "tsage/staticres.h"
|
||||
#include "ringworld2/ringworld2_speakers.h"
|
||||
|
||||
namespace TsAGE {
|
||||
|
||||
@ -836,6 +837,9 @@ void StripManager::signal() {
|
||||
}
|
||||
}
|
||||
|
||||
if ((g_vm->getGameID() == GType_Ringworld2) && (_obj44List.size() > 0))
|
||||
static_cast<Ringworld2::VisualSpeaker *>(_activeSpeaker)->proc15();
|
||||
|
||||
_textShown = true;
|
||||
_activeSpeaker->setText(choiceList[strIndex]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user