aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/charset-fontdata.cpp
AgeCommit message (Collapse)Author
2008-11-14Committed my own patch #2278665 ("SCUMM: Font data in old SCUMM games") to getTorbjörn Andersson
rid of a few kilobytes of hard-coded font data. (The font data is still there, but now we only store how the French, German, Italian and Spanish fonts differ from the English one.) svn-id: r35056
2008-09-20I think this is the correct fix for bug #2081347 ("MM: Charset out ofTorbjörn Andersson
bounds!"). If I understand correctly, version <= 2 games only have one (hard- coded) font, so when that's initialised we can set _curId to 0. svn-id: r34619
2008-01-01Split out charset font data for easier maintenanceEugene Sandulenko
svn-id: r30121