diff options
Diffstat (limited to 'src/mame/drivers/taitotz.c')
-rw-r--r-- | src/mame/drivers/taitotz.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/taitotz.c b/src/mame/drivers/taitotz.c index 5c3c9865404..0ef77c8a859 100644 --- a/src/mame/drivers/taitotz.c +++ b/src/mame/drivers/taitotz.c @@ -652,7 +652,7 @@ private: POLY_V = 2, POLY_NX = 3, POLY_NY = 4, - POLY_NZ = 5, + POLY_NZ = 5 }; //static const float ZBUFFER_MAX = 10000000000.0f; |