* Fix the filename
This commit is contained in:
jean.chalard
2009-09-15 12:28:19 +00:00
parent 3d5a9caeca
commit ce39961d78

View File

@@ -21,7 +21,7 @@ GuiCombat::GuiCombat(GameObserver* go) : GuiLayer(), go(go), active(false), acti
{
if(NULL == ok_quad)
{
ok_quad = resources.RetrieveQuad("OK.png");
ok_quad = resources.RetrieveQuad("Ok.png");
if (ok_quad) ok_quad->SetHotSpot(28, 22);
}
}