From 95b8b49b7602e4e2d3cd9e38273fa94451bec780 Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Tue, 18 Dec 2001 02:23:39 +0000 Subject: More Warning cleanups (Tim Beckmann) --- src/win95/animobs.cpp | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'src/win95/animobs.cpp') diff --git a/src/win95/animobs.cpp b/src/win95/animobs.cpp index 847361c..e8b4bb1 100644 --- a/src/win95/animobs.cpp +++ b/src/win95/animobs.cpp @@ -269,8 +269,7 @@ void Object_Animation_Sequence_Chunk::get_frames(List cli(&cl); !cli.done(); cli.next()) { pList->add_entry((Object_Animation_Sequence_Frame_Chunk *)cli()); - } - + } } //////////////////////////////// @@ -319,9 +318,7 @@ Object_Animation_Sequence_Chunk::Object_Animation_Sequence_Chunk(Object_Animatio break; } framelist.delete_first_entry(); - } - - + } } Object_Animation_Sequence_Chunk * Object_Animation_Sequences_Chunk::get_sequence (int num, int subnum) @@ -346,10 +343,7 @@ Object_Animation_Sequence_Chunk * Object_Animation_Sequences_Chunk::get_sequence { return(sli()); } - else - { - return(0); - } + return 0; } int Object_Animation_Sequence_Chunk::get_sequence_time() -- cgit v1.3