summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2021-09-03 12:47:55 -0700
committer Aaron Giles <aaron@aarongiles.com>2021-09-03 12:47:55 -0700
commit94dcdd6a92e4d5c20e6a8d00a28040432939b1cb (patch)
treed92abbd899e268406d034892e6d9838f1ea4c177 /src/mame/includes
parentfb6b0f0cc40210b967743a3b94df81766a7f206c (diff)
poly.h: Remove unused flags, expose object data array directly, add ability to register other poly_arrays.
Diffstat (limited to 'src/mame/includes')
-rw-r--r--src/mame/includes/xbox_nv2a.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/xbox_nv2a.h b/src/mame/includes/xbox_nv2a.h
index 01a8fdd0672..50ae4069bcf 100644
--- a/src/mame/includes/xbox_nv2a.h
+++ b/src/mame/includes/xbox_nv2a.h
@@ -576,7 +576,7 @@ public:
memset(pgraph, 0, sizeof(pgraph));
memset(ramin, 0, sizeof(ramin));
computedilated();
- objectdata = &(rasterizer.object_data_alloc());
+ objectdata = &(rasterizer.object_data().next());
objectdata->data = this;
combiner.used = 0;
primitives_total_count = 0;