diff options
Diffstat (limited to 'src/d/actor/d_a_spinner.cpp')
| -rw-r--r-- | src/d/actor/d_a_spinner.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_spinner.cpp b/src/d/actor/d_a_spinner.cpp index 21c2d10272..5e817b955e 100644 --- a/src/d/actor/d_a_spinner.cpp +++ b/src/d/actor/d_a_spinner.cpp @@ -903,7 +903,7 @@ int daSpinner_c::execute() { mCyl.MoveCAt(current.pos); dComIfG_Ccsp()->Set(&mCyl); - g_dComIfG_gameInfo.play.mCcs.mMass_Mng.Set(&mCyl, 1); + dComIfG_Ccsp()->SetMass(&mCyl, 1); if (reflectAccept()) { if (mpPathMove != NULL) { |
