diff options
| author | Steven Fuller <relnev@icculus.org> | 2001-12-18 02:23:39 +0000 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:37 +0200 |
| commit | 95b8b49b7602e4e2d3cd9e38273fa94451bec780 (patch) | |
| tree | 2680f7beffc79957bb057cb018d4d7bc5c8ff2a3 /src/win95/animobs.cpp | |
| parent | abab1011ac9f80ca3b734bd70415ff255965441b (diff) | |
More Warning cleanups (Tim Beckmann)
Diffstat (limited to 'src/win95/animobs.cpp')
| -rw-r--r-- | src/win95/animobs.cpp | 12 |
1 files changed, 3 insertions, 9 deletions
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 <Object_Animation_Sequence for (LIF<Chunk *> 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() |
