From 09c6cb9e3be2655b842e13dd68879cb10cf52acf Mon Sep 17 00:00:00 2001 From: Fox Caminiti Date: Mon, 21 Nov 2022 13:56:37 -0500 Subject: things --- memory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'memory.cpp') diff --git a/memory.cpp b/memory.cpp index 64aadc1..47252fe 100644 --- a/memory.cpp +++ b/memory.cpp @@ -51,7 +51,7 @@ Memory_Block_AllocateAddress(memory *Memory, memory_table_list TableName) return Memory_Block_AddressAtIndex(Memory, TableName, FileIndex, 0); } -// IMPORTANT(fox): All block data has to start with a uint8 Occupied variable! +// IMPORTANT(fox): All block data structs have to start with a uint8 Occupied variable! static bool32 Block_Loop(memory *Memory, memory_table_list TableName, uint32 TotalCount, int *HasIncremented, int *CurrentCount, int *Index) { -- cgit v1.2.3