From 373b1e1e198325f8b663c905cbc74abda87b0b48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergiusz=20=27q3k=27=20Baza=C5=84ski?= Date: Mon, 8 Oct 2012 16:11:50 +0200 Subject: [PATCH] Make GCC shut up. --- game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game.cpp b/game.cpp index b08003d..ccf3e7d 100644 --- a/game.cpp +++ b/game.cpp @@ -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