カテゴリ 重要度 ステータス 解決状況 登録日時 最終更新
グラフィック解決済み修正済み2012-05-27 01:082017-08-16 05:09
 
テスターM.A.S.H.担当者Kaleソースkonami/labyrunr.cpp
バージョン0.146発生バージョン0.99u3修正バージョン0.189
修正コミットプルリク
フラグ
セット tricktrp
セット詳細
tricktrp - ラビリンスランナー / Trick Trap (海外版?)
 
概 要表示プライオリティが間違っている。
詳 細Since 0.99u3 the flags are behind the "Trick Trap" text and the shield in the middle is missing the knight with his wife
Comparing the soucre from 0.99u2 and 0.99u3 i found typos in src\mame\video\labyrunr.c.

To get the flags back changed line 278 from
state->m_layer0->draw(bitmap, finalclip0, 0, 1);
to
state->m_layer0->draw(bitmap, finalclip0, 0, 0);

and line 282 from
state->m_layer1->draw(bitmap, finalclip1, 0, 1);
to
state->m_layer1->draw(bitmap, finalclip1, 0, 0);


Maybe this typo comes while Pierpaolo added the extra line: tate->m_layer0->draw(bitmap, finalclip3, 0, 1);
with the "1)" at the end.
再現手順 
追加情報 
 
添付ファイルgif filetricktrp-099u2.gif (2012-05-27 01:08)
png filetricktrp-0146.png (2012-05-27 01:08)