summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/model1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/model1.h')
-rw-r--r--src/mame/includes/model1.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/model1.h b/src/mame/includes/model1.h
index 7249adfc1a5..dc8b0f2f7fe 100644
--- a/src/mame/includes/model1.h
+++ b/src/mame/includes/model1.h
@@ -36,7 +36,7 @@ public:
required_shared_ptr<UINT16> m_display_list0;
required_shared_ptr<UINT16> m_display_list1;
required_shared_ptr<UINT16> m_color_xlat;
-
+
struct view *m_view;
struct point *m_pointdb;
struct point *m_pointpt;
@@ -274,7 +274,7 @@ public:
void sort_quads();
void unsort_quads();
void draw_quads(bitmap_rgb32 &bitmap, const rectangle &cliprect);
- void fclip_push_quad_next(int level, struct quad_m1 *q, struct point *p1, struct point *p2, struct point *p3, struct point *p4);
+ void fclip_push_quad_next(int level, struct quad_m1 *q, struct point *p1, struct point *p2, struct point *p3, struct point *p4);
void fclip_push_quad(int level, struct quad_m1 *q);
void push_object(UINT32 tex_adr, UINT32 poly_adr, UINT32 size);
UINT16 *push_direct(UINT16 *list);