diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-07-23 17:48:51 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-07-23 17:48:51 -0400 |
| commit | 4efda6f35537a2d546841d1eb9579563bb581ab8 (patch) | |
| tree | f349c9f5d0ccff91c2bb919d9d0ab908118567f4 /src/d/d_file_select.cpp | |
| parent | 2115d05965267975bde15c7d898c9fd7f3bbde68 (diff) | |
Minor cleanup
Inlines, wrong indentation, enums, private fields, etc
Diffstat (limited to 'src/d/d_file_select.cpp')
| -rw-r--r-- | src/d/d_file_select.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/d_file_select.cpp b/src/d/d_file_select.cpp index 143ec0cf..718d18dd 100644 --- a/src/d/d_file_select.cpp +++ b/src/d/d_file_select.cpp @@ -649,8 +649,8 @@ void dFile_select_c::makeRecInfo(u8 param_1) { } } else { - ((J2DPicture*)field_0x828[i].pane)->changeTexture("heart_04_2.bti", 0); - ((J2DPicture*)field_0xc88[i].pane)->changeTexture("heart_04_2.bti", 0); + ((J2DPicture*)field_0x828[i].pane)->changeTexture("heart_04_2.bti", 0); + ((J2DPicture*)field_0xc88[i].pane)->changeTexture("heart_04_2.bti", 0); } } else { |
