From fda913d7fa6d76e9060c4b49951f21bc8b58e3c7 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Fri, 1 Jan 2021 10:57:24 +0000 Subject: Clarified comment --- game/src/game.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'game/src/game.h') diff --git a/game/src/game.h b/game/src/game.h index 9227987..065fe33 100644 --- a/game/src/game.h +++ b/game/src/game.h @@ -103,9 +103,10 @@ LOCAL struct entity entities[MAX_ENTITIES]; // used to read our control method LOCAL uint8_t control; -// current map; we don't use ROM because we will modify it +// current map; pointer in ROM LOCAL const uint8_t *cur_map; // current map tile map (map data, not entities) +// we don't use ROM because we will modify it LOCAL uint8_t cur_map_data[MAP_W * MAP_H]; // player lives -- cgit v1.2.3