JagString toString function, a few extra renames

This commit is contained in:
Pazaz 2022-04-26 15:18:22 -04:00
parent 0a6c38d78e
commit 08fa329cf9
7 changed files with 82 additions and 80 deletions

View file

@ -327,7 +327,7 @@ public final class client extends GameShell {
}
}
if (GlRenderer.enabled && (arg0 == 25 || arg0 == 28 || arg0 == 40)) {
GlRenderer.method4160();
GlRenderer.draw();
}
gameState = arg0;
}