Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
Niko committed Nov 26, 2024
1 parent 7259f9d commit 904ea14
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions decompile/General/230/230_50_MM_Characters_MenuProc.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,13 @@ void DECOMP_MM_Characters_MenuProc(struct RectMenu* unused)

u_char colorRGBA[4];

#ifdef REBUILD_PC
RECT r1;
RECT* r = &r1;
#else
RECT* r = 0x1f800000;
#endif

RECT r58;

short local_50;
Expand Down
2 changes: 1 addition & 1 deletion externals/PsyCross
2 changes: 1 addition & 1 deletion externals/SDL
Submodule SDL updated 2334 files
2 changes: 1 addition & 1 deletion externals/enet
2 changes: 1 addition & 1 deletion externals/openal-soft
Submodule openal-soft updated 291 files

0 comments on commit 904ea14

Please sign in to comment.