mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 03:56:20 +00:00
SHERLOCK: remove virtual from Talk::isOpcode()
This commit is contained in:
parent
6b017c2d83
commit
d63b1444f2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user