diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-12-08 16:25:12 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-12-08 16:25:12 -0500 |
| commit | a3170e5d69e1a62bd2103634ba97f681ac47ed77 (patch) | |
| tree | 579b932cc66c4649bedba3ad5e60daae0e213d0c /src/d/d_s_room.cpp | |
| parent | 009b4fb35e5a1d010fcf98590dfbcc7071fc28f8 (diff) | |
add default params to a lot more functions
Diffstat (limited to 'src/d/d_s_room.cpp')
| -rw-r--r-- | src/d/d_s_room.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_s_room.cpp b/src/d/d_s_room.cpp index f4a7d5a3..c68b28f4 100644 --- a/src/d/d_s_room.cpp +++ b/src/d/d_s_room.cpp @@ -84,7 +84,7 @@ void objectSetCheck(room_of_scene_class* i_this) { if (!i_this->mbReLoaded) { if (!hiddenFlag) { - fopAcM_create(PROC_BG, roomNo, NULL, -1); + fopAcM_create(PROC_BG, roomNo); dStage_dt_c_roomReLoader(i_this->mpRoomData, i_this->mpRoomDt, roomNo); i_this->mbReLoaded = true; } |
