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 fdf341c1f0c..6f83990a298 100644
--- a/src/mame/includes/hng64.h
+++ b/src/mame/includes/hng64.h
@@ -389,6 +389,6 @@ public:
DECLARE_READ16_MEMBER(sound_comms_r);
DECLARE_WRITE16_MEMBER(sound_comms_w);
UINT16 main_latch[2],sound_latch[2];
-
+
std::vector<polygon> polys;//(1024*5);
};