From b4f6c1373e92c7c469629f24c58e2b2ce8867ba2 Mon Sep 17 00:00:00 2001 From: "lustar.mii" Date: Sat, 29 Aug 2009 01:02:29 +0000 Subject: [PATCH] --- source/prompts/gameinfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/prompts/gameinfo.cpp b/source/prompts/gameinfo.cpp index f03e235c..ee1c6f15 100644 --- a/source/prompts/gameinfo.cpp +++ b/source/prompts/gameinfo.cpp @@ -149,7 +149,7 @@ int showGameInfo(char *ID) { GuiSound btnSoundOver(button_over_pcm, button_over_pcm_size, SOUND_PCM, Settings.sfxvolume); GuiSound btnClick(button_click2_pcm, button_click2_pcm_size, SOUND_PCM, Settings.sfxvolume); - char imgPath[50]; + char imgPath[100]; snprintf(imgPath, sizeof(imgPath), "%sbutton_dialogue_box.png", CFG.theme_path); GuiImageData btnOutline(imgPath, button_dialogue_box_png); snprintf(imgPath, sizeof(imgPath), "%sgameinfo1_png.png", CFG.theme_path);