TSAGE: Added needed speaker method call for R2R in StripManager::signal

This commit is contained in:
Paul Gilbert 2012-01-04 21:16:32 +11:00
parent 654ff1ecb9
commit 3344cf424a

View File

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