diff --git a/src/objects/stone-shoe.cpp b/src/objects/stone-shoe.cpp index ca82ac8bc..63ad55686 100644 --- a/src/objects/stone-shoe.cpp +++ b/src/objects/stone-shoe.cpp @@ -233,6 +233,7 @@ private: momz = 32 * mapobjectscale; bouncing(true); voice(sfx_s3k5f); + P_StartQuakeFromMobj(5, 40 * scale(), 512 * scale(), this); } }