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:
tankefugl 2005-04-14 21:37:04 +00:00
parent 20915fa577
commit 000a0cd73e

View file

@ -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);