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_com_static.cpp | |
| parent | 009b4fb35e5a1d010fcf98590dfbcc7071fc28f8 (diff) | |
add default params to a lot more functions
Diffstat (limited to 'src/d/d_com_static.cpp')
| -rw-r--r-- | src/d/d_com_static.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_com_static.cpp b/src/d/d_com_static.cpp index 1556b406..d9fef76a 100644 --- a/src/d/d_com_static.cpp +++ b/src/d/d_com_static.cpp @@ -233,7 +233,7 @@ void daTagKbItem_c::dig_main() { f32 speedF = cM_rndF(5.0f); daItem_c* item = (daItem_c*)fopAcM_fastCreateItem( &mpActor->current.pos, field_0x2a0, roomNo, &angle, - &scale, speedF, speedY, -6.0f, field_0x29c, NULL + &scale, speedF, speedY, -6.0f, field_0x29c ); if (item) { fopAcM_OnStatus(item, fopAcStts_UNK4000_e); |
