• 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

Revision98 (tree)
Time2015-07-26 00:46:48
Authorxops-mikan

Log Message

標準ミッション数を7個以下に減らしメニュー画面で空行をクリックすると、強制終了するバグ修正。

Change Summary

Incremental Difference

--- trunk/gamemain.cpp (revision 97)
+++ trunk/gamemain.cpp (revision 98)
@@ -504,6 +504,7 @@
504504 else if( inputCtrl->CheckMouseButtonUpL() ){ //ミッション選択
505505 for(int i=0; i<TOTAL_MENUITEMS; i++){
506506 char name[32];
507+ strcpy(name, "");
507508 if( GameInfoData.selectaddon == false ){
508509 GameParamInfo.GetOfficialMission(scrollitems + i, name, NULL, NULL, NULL);
509510 }