Skip to content

Commit a4043fb

Browse files
committed
Improve Assertion message a bit
1 parent 83b8361 commit a4043fb

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
@@ -1009,7 +1009,7 @@ static int bm_load_info(BM_TYPE type, int n, const char *filename, CFILE *img_cf
10091009
}
10101010
}
10111011
else {
1012-
Assert(0);
1012+
Assertion(false, "Unknown file type specified! This is probably a coding error.");
10131013

10141014
return -1;
10151015
}

0 commit comments

Comments
 (0)