Skip to content

Commit bbdc4a6

Browse files
committed
one more fix
1 parent 19dd74a commit bbdc4a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

code/missionui/missionshipchoice.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1747,7 +1747,7 @@ void start_ship_animation(int ship_class, int /*play_sound*/)
17471747
// page in ship textures properly (takes care of nondimming pixels)
17481748
model_page_in_textures(ShipSelectModelNum, ship_class);
17491749

1750-
if (sip->model_num < 0) {
1750+
if (ShipSelectModelNum < 0) {
17511751
mprintf(("Couldn't load model file %s in missionshipchoice.cpp\n", sip->pof_file));
17521752
}
17531753
} else {

0 commit comments

Comments
 (0)