SCI: kMessage() rewrite
svn-id: r44860
This commit is contained in:
parent
4b3c1645bc
commit
6c1cac3956
11 changed files with 384 additions and 321 deletions
|
@ -26,6 +26,7 @@
|
|||
#include "sci/engine/state.h"
|
||||
#include "sci/engine/vm.h"
|
||||
#include "sci/engine/script.h"
|
||||
#include "sci/engine/message.h"
|
||||
|
||||
namespace Sci {
|
||||
|
||||
|
@ -116,6 +117,7 @@ EngineState::EngineState(ResourceManager *res, Kernel *kernel, Vocabulary *voc,
|
|||
|
||||
EngineState::~EngineState() {
|
||||
delete speedThrottler;
|
||||
delete _msgState;
|
||||
}
|
||||
|
||||
uint16 EngineState::currentRoomNumber() const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue