• R/O
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

X operations(XOPS)に非常に近いFPSゲームを制作・リメイクし、成果物をオープンソースとして公開することを目的としたプロジェクトです。


Commit MetaInfo

Revision208 (tree)
Time2018-10-20 23:23:43
Authorxops-mikan

Log Message

Y軸-100以下に配置された人がいる場合、ミッション開始時にゲーム自体が強制終了する場合があるバグの修正

Change Summary

Incremental Difference

--- trunk/object.cpp (revision 207)
+++ trunk/object.cpp (revision 208)
@@ -2819,6 +2819,8 @@
28192819 legrotation_x = 0.0f;
28202820 walkcnt = 0;
28212821 runcnt = 0;
2822+ armmodelid = -1;
2823+ legmodelid = -1;
28222824 }
28232825
28242826 //! @brief ディストラクタ
@@ -2862,6 +2864,8 @@
28622864 legrotation_x = rx;
28632865 walkcnt = 0;
28642866 runcnt = 0;
2867+ armmodelid = -1;
2868+ legmodelid = -1;
28652869 }
28662870
28672871 //! @brief 武器を拾う