diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-07-15 15:22:51 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-07-15 15:22:51 -0400 |
| commit | 5f65dbaee13eca571786cd425b8c796214bdf73a (patch) | |
| tree | 45e5a1260318788d2309a5edc3c086a8522aa400 /src/d/d_file_select.cpp | |
| parent | 7b010f07c730d94ed0ca9f8cf02362675e47ebdf (diff) | |
Assert defines
Diffstat (limited to 'src/d/d_file_select.cpp')
| -rw-r--r-- | src/d/d_file_select.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/d/d_file_select.cpp b/src/d/d_file_select.cpp index e17e187f..73f77692 100644 --- a/src/d/d_file_select.cpp +++ b/src/d/d_file_select.cpp @@ -92,14 +92,14 @@ dFs_HIO_c::dFs_HIO_c() { /* 8017FA20-8017FCC0 .text _create__14dFile_select_cFv */ void dFile_select_c::_create() { fileSel.Scr = new J2DScreen(); - JUT_ASSERT(VERSION_SELECT(297, 297, 356, 356), fileSel.Scr != 0); + JUT_ASSERT(VERSION_SELECT(297, 297, 356, 356), fileSel.Scr != NULL); stick = new STControl(5, 2, 3, 2); - JUT_ASSERT(VERSION_SELECT(302, 302, 361, 361), stick != 0); + JUT_ASSERT(VERSION_SELECT(302, 302, 361, 361), stick != NULL); stick2 = new STControl(3, 1, 3, 2); - JUT_ASSERT(VERSION_SELECT(305, 305, 364, 364), stick2 != 0); + JUT_ASSERT(VERSION_SELECT(305, 305, 364, 364), stick2 != NULL); fileSel.Scr->set("file_select.blo", (JKRArchive*)field_0x0); fileSel.font = mDoExt_getMesgFont(); - JUT_ASSERT(VERSION_SELECT(311, 311, 370, 370), fileSel.font != 0); + JUT_ASSERT(VERSION_SELECT(311, 311, 370, 370), fileSel.font != NULL); g_fsHIO.mNo = mDoHIO_createChild("ファイルセレクト画面", &g_fsHIO); mSaveDataPtr = NULL; mSavePicDataPtr = NULL; |
