Skip to content

Commit 50feb3e

Browse files
committed
Merge pull request #315 from niffiwan/eff_streaming_is_done
Remove obsolete comments
2 parents 545287c + a6f2cc5 commit 50feb3e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

code/graphics/generic.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ int generic_anim_stream(generic_anim *ga)
190190

191191
cfclose(img_cfp);
192192

193-
//TODO: add streaming EFF
194193
if(ga->type == BM_TYPE_ANI) {
195194
bpp = ANI_BPP_CHECK;
196195
if(ga->use_hud_color)
@@ -482,7 +481,6 @@ void generic_anim_render(generic_anim *ga, float frametime, int x, int y, bool m
482481
CLAMP(ga->current_frame, 0, ga->num_frames - 1);
483482
if(ga->streaming) {
484483
//handle streaming - render one frame
485-
//TODO: add EFF streaming
486484
if(ga->type == BM_TYPE_ANI) {
487485
generic_render_ani_stream(ga);
488486
} else {

0 commit comments

Comments
 (0)