From 2bc00e107911bb77b232fb397940455dbab80216 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 23 Aug 2002 22:17:24 +0000 Subject: patch #598375: SIMON: ugly hack to get beard working svn-id: r4807 --- simon/simon.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'simon') diff --git a/simon/simon.cpp b/simon/simon.cpp index d3b8a8391f..358cc42e98 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -4039,6 +4039,10 @@ void SimonState::read_vga_from_datfile_1(uint vga_id) char buf[50]; uint32 size; + // FIXME - weird hack to make the beard show up when wearing it (see bug #590800) + if (vga_id == 328) + sprintf(buf, "0119.VGA"); + else sprintf(buf, "%.3d%d.VGA", vga_id >> 1, (vga_id & 1) + 1); in = fopen_maybe_lowercase(buf); -- cgit v1.2.3