- update portuguese by Shinoobi
- update Italian by Icarus
- Wagic Manual Italian by Icarus
-removed test for purple screen, doesn't work :(
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-11-29 06:45:50 +00:00
parent 5eb6256df6
commit d2c4c18a7d
4 changed files with 50 additions and 52 deletions

View File

@@ -278,7 +278,6 @@ void GameApp::Update()
void GameApp::Render()
{
JRenderer::GetInstance()->FillRect(0,0,10,10,ARGB(255,255,255,255)); //This is an attempt at getting rif of the purple screen bug. If you ever get a purple screen while this line is here, just delete it.
if (systemError.size()){
fprintf(stderr, systemError.c_str());
JLBFont * mFont= resources.GetJLBFont("simon");