diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-12-19 21:29:37 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-12-19 21:29:37 -0500 |
| commit | ec3f7f0198981e4ddbb6aaab68521396c0a6ca51 (patch) | |
| tree | 238297c7d9a0206ec952d47b88986ef6dde0c2b5 /src/d/d_s_title.cpp | |
| parent | 1f8f630e2f497515a71e1c3a74c6e943c0ed8ef6 (diff) | |
misc minor cleanup (indentation, offset comments, etc)
Diffstat (limited to 'src/d/d_s_title.cpp')
| -rw-r--r-- | src/d/d_s_title.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/d/d_s_title.cpp b/src/d/d_s_title.cpp index e6f53428..7e3169b6 100644 --- a/src/d/d_s_title.cpp +++ b/src/d/d_s_title.cpp @@ -43,7 +43,7 @@ daMP_c* dScnTitle_c::mMp; #endif /* 802372F4-80237344 .text dScnTitle_Draw__FP20title_of_scene_class */ -BOOL dScnTitle_Draw(title_of_scene_class* i_this) { +BOOL dScnTitle_Draw(title_of_scene_class* i_this) { for (create_tag_class* pTag = fopDwIt_Begin(); pTag != NULL; pTag = fopDwIt_Next(pTag)) fpcM_Draw(pTag->mpTagData); return TRUE; @@ -140,11 +140,11 @@ static scene_method_class l_dScnTitle_Method = { }; extern scene_process_profile_definition g_profile_TITLE_SCENE = { - fpcLy_ROOT_e, + fpcLy_ROOT_e, 1, fpcPi_CURRENT_e, PROC_TITLE_SCENE, - &g_fpcNd_Method.mBase, + &g_fpcNd_Method.mBase, sizeof(title_of_scene_class), 0, 0, @@ -153,11 +153,11 @@ extern scene_process_profile_definition g_profile_TITLE_SCENE = { }; extern scene_process_profile_definition g_profile_ENDING_SCENE = { - fpcLy_ROOT_e, + fpcLy_ROOT_e, 1, fpcPi_CURRENT_e, PROC_ENDING_SCENE, - &g_fpcNd_Method.mBase, + &g_fpcNd_Method.mBase, sizeof(title_of_scene_class), 0, 0, |
