fixes
svn-id: r4887
This commit is contained in:
parent
23c8db6780
commit
bb71d9e677
3 changed files with 19 additions and 19 deletions
|
@ -132,7 +132,7 @@ int main(int argc, char *argv[])
|
|||
{
|
||||
OSystem::Property prop;
|
||||
|
||||
prop.caption = detector.getGameName();
|
||||
prop.caption = (char *)detector.getGameName();
|
||||
system->property(OSystem::PROP_SET_WINDOW_CAPTION, &prop);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue