Fix regression
svn-id: r12025
This commit is contained in:
parent
0ea94e63a7
commit
b51d271cc6
1 changed files with 2 additions and 1 deletions
|
@ -3372,7 +3372,8 @@ void SimonEngine::fcs_unk1(uint fcs_index) {
|
|||
|
||||
// ok
|
||||
void SimonEngine::fcs_unk_5(FillOrCopyStruct *fcs, uint fcs_index) {
|
||||
o_kill_sprite_simon1(0x80);
|
||||
if (_game & GF_WIN)
|
||||
o_kill_sprite_simon1(0x80);
|
||||
}
|
||||
|
||||
void SimonEngine::delete_hitarea_by_index(uint index) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue