mirror of
https://github.com/ENSL/NS.git
synced 2025-02-07 16:31:14 +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
|
// Push back icon
|
||||||
HUDNotificationType theNotification;
|
HUDNotificationType theNotification;
|
||||||
theNotification.mStructureID = (AvHMessageID)message_id;
|
theNotification.mStructureID = (AvHMessageID)sound; //message_id;
|
||||||
theNotification.mTime = this->mTimeOfCurrentUpdate;
|
theNotification.mTime = this->mTimeOfCurrentUpdate;
|
||||||
theNotification.mLocation = Vector(location_x, location_y, 0.0f);
|
theNotification.mLocation = Vector(location_x, location_y, 0.0f);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue