Fix leftover comment

This commit is contained in:
Willy-JL
2023-11-29 19:18:16 +00:00
parent a4e1a09dc6
commit 74de6f87fc

View File

@@ -406,7 +406,7 @@ static StorageAnimation*
valid = false;
}
if(valid) { // Dont pick error anim randomly
if(valid) {
StorageAnimationList_next(it);
} else {
animation_storage_free_storage_animation(&storage_animation);