summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/hng64.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/hng64.h')
-rw-r--r--src/mame/includes/hng64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/hng64.h b/src/mame/includes/hng64.h
index 498e6dca0ba..2dce852e5a0 100644
--- a/src/mame/includes/hng64.h
+++ b/src/mame/includes/hng64.h
@@ -323,7 +323,7 @@ public:
void setLighting(const UINT16* packet);
void set3dFlags(const UINT16* packet);
void setCameraProjectionMatrix(const UINT16* packet);
- void recoverPolygonBlock(const UINT16* packet, struct polygon* polys, int* numPolys);
+ void recoverPolygonBlock(const UINT16* packet, std::vector<struct polygon> &polys, int* numPolys);
void hng64_mark_all_tiles_dirty(int tilemap);
void hng64_mark_tile_dirty(int tilemap, int tile_index);