mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-08 10:51:11 +00:00
CHEWY: Remove no-effect type modifier
This commit is contained in:
parent
84e761aef8
commit
942d9233e4
@ -89,7 +89,7 @@ public:
|
||||
TextEntry *getText(uint chunk, uint entry, int type, int subEntry = -1);
|
||||
Common::StringArray getTextArray(uint chunk, uint entry, int type, int subEntry = -1);
|
||||
Common::String getTextEntry(uint chunk, uint entry, int type, int subEntry = -1);
|
||||
const int16 getLastSpeechId() { return _lastSpeechId; }
|
||||
int16 getLastSpeechId() { return _lastSpeechId; }
|
||||
|
||||
const char *strPos(const char *txtAdr, int16 pos);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user