diff options
Diffstat (limited to 'sword2/memory.h')
-rw-r--r-- | sword2/memory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/memory.h b/sword2/memory.h index 0effce6043..6a1fa6c7bb 100644 --- a/sword2/memory.h +++ b/sword2/memory.h @@ -28,7 +28,7 @@ typedef struct { uint32 size; int32 parent; // who is before us int32 child; // who is after us - // id of a position in the resList or some other unique id - for the + // id of a position in the _resList or some other unique id - for the // visual display only uint32 uid; uint8 *ad; |