mirror of
https://github.com/unknownworlds/NS.git
synced 2024-11-10 15:21:43 +00:00
Mantis 0001007:
o Fixed bug where HUD notification of structure placements wouldn't show the icon. git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@80 67975925-1194-0748-b3d5-c16f83f1a3a1
This commit is contained in:
parent
20915fa577
commit
000a0cd73e
1 changed files with 1 additions and 1 deletions
|
@ -2818,7 +2818,7 @@ int AvHHud::PlayHUDNot(const char* pszName, int iSize, void* pbuf)
|
|||
{
|
||||
// Push back icon
|
||||
HUDNotificationType theNotification;
|
||||
theNotification.mStructureID = (AvHMessageID)message_id;
|
||||
theNotification.mStructureID = (AvHMessageID)sound;
|
||||
theNotification.mTime = this->mTimeOfCurrentUpdate;
|
||||
theNotification.mLocation = Vector(location_x, location_y, 0.0f);
|
||||
|
||||
|
|
Loading…
Reference in a new issue