Remove old hack
svn-id: r11671
This commit is contained in:
parent
0b61a4c3a8
commit
af6c68faf7
1 changed files with 0 additions and 9 deletions
|
@ -194,15 +194,6 @@ void SimonEngine::render_string(uint vga_sprite_id, uint color, uint width, uint
|
||||||
dst -= img_width - 1; // For Hebrew, move from right edge to left edge of image.
|
dst -= img_width - 1; // For Hebrew, move from right edge to left edge of image.
|
||||||
byte *cur_dst = dst;
|
byte *cur_dst = dst;
|
||||||
|
|
||||||
if (_game == GAME_SIMON1AMIGA) {
|
|
||||||
// FIXME Really bad hack to allow simon1amiga to work for now
|
|
||||||
// simon1amiga needs to be decoded a different way
|
|
||||||
if (img_width < 1 || img_width > 49)
|
|
||||||
img_width = 7;
|
|
||||||
if (img_height < 1 || img_height > 49)
|
|
||||||
img_height = 9;
|
|
||||||
}
|
|
||||||
|
|
||||||
assert(img_width > 0 && img_width < 50 && img_height > 0 && img_height < 50);
|
assert(img_width > 0 && img_width < 50 && img_height > 0 && img_height < 50);
|
||||||
|
|
||||||
do {
|
do {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue