diff options
Diffstat (limited to 'engines/mads/scene_data.cpp')
-rw-r--r-- | engines/mads/scene_data.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/mads/scene_data.cpp b/engines/mads/scene_data.cpp index 625eec758e..a1f273459c 100644 --- a/engines/mads/scene_data.cpp +++ b/engines/mads/scene_data.cpp @@ -42,8 +42,6 @@ void SceneNode::load(Common::SeekableReadStream *f) { KernelMessage::KernelMessage() { _flags = 0; _sequenceIndex = 0; - _asciiChar = '\0'; - _asciiChar2 = '\0'; _color1 = 0; _color2 = 0; _msgOffset = 0; |