summaryrefslogtreecommitdiff
path: root/src/win95/animobs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/win95/animobs.cpp')
-rw-r--r--src/win95/animobs.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/win95/animobs.cpp b/src/win95/animobs.cpp
index f85001f..847361c 100644
--- a/src/win95/animobs.cpp
+++ b/src/win95/animobs.cpp
@@ -1,5 +1,5 @@
#include "hierchnk.hpp"
-#include "Animobs.hpp"
+#include "animobs.hpp"
#include "list_tem.hpp"
#include <math.h>
@@ -329,7 +329,8 @@ Object_Animation_Sequence_Chunk * Object_Animation_Sequences_Chunk::get_sequence
List <Object_Animation_Sequence_Chunk *> seq_list;
list_sequences(&seq_list);
- for (LIF<Object_Animation_Sequence_Chunk *> sli(&seq_list); !sli.done(); sli.next())
+ LIF<Object_Animation_Sequence_Chunk *> sli(&seq_list);
+ for (; !sli.done(); sli.next())
{
Object_Animation_Sequence_Header_Chunk * oashc = sli()->get_header();
if (oashc)