mirror of
https://github.com/unknownworlds/NS.git
synced 2024-11-10 07:11:48 +00:00
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:
parent
848e73f17b
commit
9d01ef9484
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue