Mantis 1047:

o Fixed a bug that caused the commander and gorge drop icons to disappear.

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@124 67975925-1194-0748-b3d5-c16f83f1a3a1
This commit is contained in:
tankefugl 2005-05-19 17:29:21 +00:00
parent 848e73f17b
commit 9d01ef9484
1 changed files with 1 additions and 1 deletions

View File

@ -2905,7 +2905,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; //message_id;
theNotification.mTime = this->mTimeOfCurrentUpdate;
theNotification.mLocation = Vector(location_x, location_y, 0.0f);