CHEWY: Remove no-effect type modifier

This commit is contained in:
Eugene Sandulenko 2022-04-16 12:21:40 +02:00
parent 84e761aef8
commit 942d9233e4
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -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);