diff options
Diffstat (limited to 'src/code/z_actor.c')
| -rw-r--r-- | src/code/z_actor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_actor.c b/src/code/z_actor.c index 4a947be9c..94b941c56 100644 --- a/src/code/z_actor.c +++ b/src/code/z_actor.c @@ -736,7 +736,7 @@ void Actor_DrawAllSetup(GlobalContext* globalCtx) { void Actor_FreeOverlay(ActorOverlay* entry) { void* ramAddr; - if (entry->nbLoaded == 0) { + if (entry->numLoaded == 0) { ramAddr = entry->loadedRamAddr; if (ramAddr != NULL) { // Bit 1 - always loaded |
