mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 05:08:57 -04:00
C_BG_MIN_HEIGHT, C_BG_MAX_HEIGHT
This commit is contained in:
@@ -112,7 +112,7 @@ void daLlift_c::CreateInit() {
|
||||
cXyz waterCheckPos = current.pos;
|
||||
waterCheckPos.y += 200.0f;
|
||||
mWaterY = dBgS_ObjGndChk_Wtr_Func(waterCheckPos);
|
||||
if (mWaterY != -1e9f) {
|
||||
if (mWaterY != C_BG_MIN_HEIGHT) {
|
||||
cXyz particlePos = current.pos;
|
||||
particlePos.y = mWaterY + 1.0f;
|
||||
mEmitter3 = dComIfGp_particle_set(dPa_name::ID_SCENE_82AA, &particlePos, ¤t.angle);
|
||||
|
||||
Reference in New Issue
Block a user