Fix player prototype, fix compile for OSX/XCode4.2, use always tablet enabled (test)

This commit is contained in:
2011-10-27 15:46:26 +00:00
parent 699030ceb6
commit 7a20ced627
4 changed files with 4 additions and 4 deletions

View File

@@ -131,7 +131,7 @@ GPC_Engine::~GPC_Engine()
}
bool GPC_Engine::Start(char *filename)
bool GPC_Engine::Start(const char *filename)
{
ReportList reports;
BlendFileData *bfd;