summaryrefslogtreecommitdiff
path: root/memory.cpp
diff options
context:
space:
mode:
authorFox Caminiti <fox@foxcam.net>2022-11-21 13:56:37 -0500
committerFox Caminiti <fox@foxcam.net>2022-11-21 13:56:37 -0500
commit09c6cb9e3be2655b842e13dd68879cb10cf52acf (patch)
tree62b19be03e7fd0e9235953e8517980e7c11b059e /memory.cpp
parent990bd319c696c2b65fa858b40fd75279fec2a13b (diff)
things
Diffstat (limited to 'memory.cpp')
-rw-r--r--memory.cpp2
1 files changed, 1 insertions, 1 deletions
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)
{