Index: code/hud/hud.cpp
===================================================================
--- code/hud/hud.cpp    (revision 8899)
+++ code/hud/hud.cpp    (working copy)
@@ -3383,7 +3383,7 @@ void HudGaugeObjectiveNotify::renderRedAlert()
	// Blit the background
	gr_set_color_fast(&Color_red);		// Color box red, because it's an emergency
 
-	GR_AABITMAP(Objective_display_gauge.first_frame, position[0], position[1]);	
+	renderBitmap(Objective_display_gauge.first_frame, position[0], position[1]);
 
	startFlashNotify();
	if(maybeFlashNotify()) {

