Fixed printing of non-scrolling HUD messages.

This commit is contained in:
AnotherCommander 2017-07-04 20:26:21 +02:00
parent 4fd94030d8
commit 93adf46cbc

View File

@ -6325,6 +6325,7 @@ OOINLINE BOOL EntityInRange(HPVector p1, Entity *e2, float range)
currentMessage = [text retain];
countdown_messageRepeatTime=universal_time + count;
[message_gui printLineNoScroll:text align:GUI_ALIGN_CENTER color:[OOColor yellowColor] fadeTime:count key:nil addToArray:nil];
[message_gui setAlpha:[[PLAYER hud] overallAlpha]];
}
}