Skip to content

Commit a6f2cc5

Browse files
committed
Remove obsolete comments
EFF streaming was implemented in 48e0517 (svn r9109)
1 parent 00c3733 commit a6f2cc5

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)