mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-10 12:36:45 +03:00
Make GetString return a char const *.
Make Intro a char const *.
This commit is contained in:
parent
6a04c3ba16
commit
b0089ef059
2 changed files with 12 additions and 12 deletions
|
@ -192,7 +192,7 @@ bool GameFlow::LoadGameFlowScript()
|
|||
return true;
|
||||
}
|
||||
|
||||
char* GameFlow::GetString(const char* id)
|
||||
char const * GameFlow::GetString(const char* id)
|
||||
{
|
||||
if (m_translationsMap.find(id) == m_translationsMap.end())
|
||||
return "String not found";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue