SCI: apply qfg1vga fight patch on weapon master

fixes fighting the weapon master as well...

svn-id: r52381
This commit is contained in:
Martin Kiewitz 2010-08-25 11:28:27 +00:00
parent def042e412
commit 3900aa96b6

View file

@ -597,6 +597,7 @@ const uint16 qfg1vgaPatchFightEvents[] = {
// script, description, magic DWORD, adjust
const SciScriptSignature qfg1vgaSignatures[] = {
{ 215, "fight event issue", PATCH_MAGICDWORD(0x6d, 0x76, 0x51, 0x07), -1, qfg1vgaSignatureFightEvents, qfg1vgaPatchFightEvents },
{ 216, "weapon master event issue", PATCH_MAGICDWORD(0x6d, 0x76, 0x51, 0x07), -1, qfg1vgaSignatureFightEvents, qfg1vgaPatchFightEvents },
SCI_SIGNATUREENTRY_TERMINATOR
};