mirror of
https://codeberg.org/KeybadeBlox/JSRF-Decompilation.git
synced 2026-02-20 10:17:03 +03:00
Tiny source tweaks
Fixing some errors in the C runtime and making the main() formatting more similar to everything else.
This commit is contained in:
parent
84c165a0af
commit
d81bd646fa
2 changed files with 6 additions and 5 deletions
|
|
@ -14,8 +14,8 @@ Game * g_game;
|
|||
// Address: 0x0006F9E0
|
||||
// Matching: yes
|
||||
void main(void) {
|
||||
g_game = new Game(NULL, 0);
|
||||
g_game->initRootExecObj();
|
||||
g_game->mainLoop();
|
||||
delete g_game;
|
||||
g_game = new Game(NULL, 0);
|
||||
g_game->initRootExecObj();
|
||||
g_game->mainLoop();
|
||||
delete g_game;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue