Skip to content

Commit 564fc9a

Browse files
committed
Update commend to match updated code
1 parent 688c514 commit 564fc9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/bmpman/bmpman.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1485,7 +1485,7 @@ int bm_load_animation(const char *real_filename, int *nframes, int *fps, int *ke
14851485
bm_bitmaps[n + i].info.ani.eff.type = eff_type;
14861486
sprintf(bm_bitmaps[n + i].info.ani.eff.filename, "%s_%.4d", clean_name, i);
14871487

1488-
// gr_bm_load() returns non-0 on failure
1488+
// bm_load_info() returns non-0 on failure
14891489
if (bm_load_info(eff_type, n + i, bm_bitmaps[n + i].info.ani.eff.filename, NULL, &anim_width, &anim_height, &bpp, &c_type, &mm_lvl, &img_size)) {
14901490
// if we didn't get anything then bail out now
14911491
if (i == 0) {

0 commit comments

Comments
 (0)