Skip to content

Commit

Permalink
Fixed printing of non-scrolling HUD messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherCommander committed Jul 4, 2017
1 parent 4fd9403 commit 93adf46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Core/Universe.m
Original file line number Diff line number Diff line change
Expand Up @@ -6325,6 +6325,7 @@ - (void) displayCountdownMessage:(NSString *) text forCount:(OOTimeDelta)count
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]];
}
}

Expand Down

0 comments on commit 93adf46

Please sign in to comment.