[Scummvm-cvs-logs] scummvm master -> d63b1444f28f87e2fc611075570d7f4a7a6a0e07
m-kiewitz
m_kiewitz at users.sourceforge.net
Sun Jun 14 22:47:07 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:
d63b1444f2 SHERLOCK: remove virtual from Talk::isOpcode()
Commit: d63b1444f28f87e2fc611075570d7f4a7a6a0e07
https://github.com/scummvm/scummvm/commit/d63b1444f28f87e2fc611075570d7f4a7a6a0e07
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2015-06-14T22:46:23+02:00
Commit Message:
SHERLOCK: remove virtual from Talk::isOpcode()
Changed paths:
engines/sherlock/talk.h
diff --git a/engines/sherlock/talk.h b/engines/sherlock/talk.h
index ae95cf9..d44fa15 100644
--- a/engines/sherlock/talk.h
+++ b/engines/sherlock/talk.h
@@ -258,7 +258,7 @@ protected:
/**
* Checks, if a character is an opcode
*/
- virtual bool isOpcode(byte checkCharacter);
+ bool isOpcode(byte checkCharacter);
/**
* Display the talk interface window
More information about the Scummvm-git-logs
mailing list