mirror of
https://github.com/holub/mame
synced 2025-04-26 18:23:08 +03:00
tilemap.h: remove temporary assert (nw)
This commit is contained in:
parent
8b46b5d928
commit
49c243d09a
@ -443,7 +443,6 @@ struct tile_data
|
|||||||
{
|
{
|
||||||
gfx_element *gfx = decoder->gfx(_gfxnum);
|
gfx_element *gfx = decoder->gfx(_gfxnum);
|
||||||
int code = rawcode % gfx->elements();
|
int code = rawcode % gfx->elements();
|
||||||
assert(rawcolor < gfx->colors()); // TEMPORARY ASSERT
|
|
||||||
pen_data = gfx->get_data(code);
|
pen_data = gfx->get_data(code);
|
||||||
palette_base = gfx->colorbase() + gfx->granularity() * (rawcolor % gfx->colors());
|
palette_base = gfx->colorbase() + gfx->granularity() * (rawcolor % gfx->colors());
|
||||||
flags = _flags;
|
flags = _flags;
|
||||||
|
Loading…
Reference in New Issue
Block a user