summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/redclash.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/redclash.cpp')
-rw-r--r--src/mame/video/redclash.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/redclash.cpp b/src/mame/video/redclash.cpp
index 631baba737d..c23f67bda3f 100644
--- a/src/mame/video/redclash.cpp
+++ b/src/mame/video/redclash.cpp
@@ -232,7 +232,7 @@ void redclash_state::draw_bullets( bitmap_ind16 &bitmap, const rectangle &clipre
}
if (cliprect.contains(sx, sy))
- bitmap.pix16(sy, sx) = 0x19;
+ bitmap.pix(sy, sx) = 0x19;
}
}