summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author arbee <rb6502@users.noreply.github.com>2015-05-26 18:36:40 -0400
committer arbee <rb6502@users.noreply.github.com>2015-05-26 18:36:40 -0400
commitc612ba71daaaa2a3860c8c155f2e9cb87cfd7820 (patch)
tree9364ed795a7e88761fc33909adf5daaca01c7f95 /src
parentf6b9becaa629fdf7fd36bdd568ceb19cd7bd0133 (diff)
fix Clang build. please be careful committing before release! (nw)
Diffstat (limited to 'src')
-rw-r--r--src/mame/video/rdptpipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/rdptpipe.c b/src/mame/video/rdptpipe.c
index 10e8241a881..2bd09a05727 100644
--- a/src/mame/video/rdptpipe.c
+++ b/src/mame/video/rdptpipe.c
@@ -255,7 +255,7 @@ void n64_texture_pipe_t::clamp_cycle_light(INT32* S, INT32* T, const bool maxs,
void n64_texture_pipe_t::cycle_nearest(color_t* TEX, color_t* prev, INT32 SSS, INT32 SST, UINT32 tilenum, UINT32 cycle, rdp_span_aux* userdata, const rdp_poly_state& object)
{
- const n64_tile_t* tiles = object.m_tiles;
+ // const n64_tile_t* tiles = object.m_tiles;
const n64_tile_t& tile = object.m_tiles[tilenum];
const UINT32 tformat = tile.format;
const UINT32 tsize = tile.size;