Johannes Schickel 933ee5b156 GRAPHICS: Remove default values from FontSJIS::drawChar.
drawChar is overloaded in FontSJIS. One takes a "Surface &" as first
parameter another one "void *", they furthermore have the exact same
number of required parameters. The one "void *" just had a few extra
parameters with default values. This resulted in a bug in SCUMM, where
"VirtScreen *" (a subclass of Surface) was passed instead of "VirtScreen &"
and thus the method taking "void *" was incorrectly used.

To make it easier to spot such bugs in the future I just removed the default
values and thus disallow such calls.
2011-07-01 05:42:54 +02:00
..
2011-06-20 00:59:48 +02:00
2011-06-20 00:59:48 +02:00
2011-06-25 21:35:17 +02:00
2011-06-20 00:59:48 +02:00
2011-06-25 15:54:36 +02:00
2011-06-25 15:54:36 +02:00
2011-06-25 15:54:36 +02:00