mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-23 12:44:02 +00:00
WINTERMUTE: Take const char in loadSubtitles
This commit is contained in:
parent
ba1862ecb8
commit
d9d80db869
@ -58,7 +58,7 @@ CVidSubtitler::~CVidSubtitler(void) {
|
||||
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
bool CVidSubtitler::LoadSubtitles(char *Filename, char *SubtitleFile) {
|
||||
bool CVidSubtitler::LoadSubtitles(const char *Filename, const char *SubtitleFile) {
|
||||
if (!Filename) {
|
||||
return S_OK;
|
||||
}
|
||||
|
@ -42,7 +42,7 @@ public:
|
||||
|
||||
bool m_ShowSubtitle;
|
||||
int m_CurrentSubtitle;
|
||||
bool LoadSubtitles(char *Filename, char *SubtitleFile);
|
||||
bool LoadSubtitles(const char *Filename, const char *SubtitleFile);
|
||||
bool Display();
|
||||
bool Update(long Frame);
|
||||
long m_LastSample;
|
||||
|
Loading…
x
Reference in New Issue
Block a user