summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/xbox_nv2a.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/xbox_nv2a.h')
-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;