[Scummvm-cvs-logs] scummvm master -> 02548aaf1cb86af6eccebc51a7c537d1e73ee94e

dreammaster dreammaster at scummvm.org
Fri Aug 7 23:39:20 CEST 2015


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:
02548aaf1c SHERLOCK: RT: Fix incorrect entries in opcode method table


Commit: 02548aaf1cb86af6eccebc51a7c537d1e73ee94e
    https://github.com/scummvm/scummvm/commit/02548aaf1cb86af6eccebc51a7c537d1e73ee94e
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2015-08-07T17:38:27-04:00

Commit Message:
SHERLOCK: RT: Fix incorrect entries in opcode method table

Changed paths:
    engines/sherlock/tattoo/tattoo_talk.cpp



diff --git a/engines/sherlock/tattoo/tattoo_talk.cpp b/engines/sherlock/tattoo/tattoo_talk.cpp
index e800294..7aa75b9 100644
--- a/engines/sherlock/tattoo/tattoo_talk.cpp
+++ b/engines/sherlock/tattoo/tattoo_talk.cpp
@@ -173,6 +173,7 @@ TattooTalk::TattooTalk(SherlockEngine *vm) : Talk(vm), _talkWidget(vm) {
 		(OpcodeMethod)&TattooTalk::cmdSetNPCVerbScript,
 		nullptr,
 		(OpcodeMethod)&TattooTalk::cmdRestorePeopleSequence,
+		nullptr,
 		(OpcodeMethod)&TattooTalk::cmdSetNPCVerbTarget,
 		(OpcodeMethod)&TattooTalk::cmdTurnSoundsOff
 	};






More information about the Scummvm-git-logs mailing list