Make GCC shut up.

master
q3k 2012-10-08 16:11:50 +02:00
parent 30dc5206f5
commit 373b1e1e19
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ void Game::Init()
int window_width = m_SizeX * TILE_SIZE_X;
int window_height = m_SizeY * TILE_SIZE_Y + TILE_SIZE_Y/2;
GFXframework::GetInstance()->InitWindow(window_width, window_height, "Don't Explode!");
GFXframework::GetInstance()->InitWindow(window_width, window_height, (char *)"Don't Explode!");
GFXframework::GetInstance()->LoadSprites();
// bottom bar, part of GUI