Minor tweaks -

A few additional constants for the math stuff, mostly just "for fun" items.
Minor fix noted from Imprudence chat of possible crashes.
Removal of excess items in the gesture menu.
Inclusion of files for tattoo tinting.
Reordered the client definitions for alphabetical order.

Signed-off-by: Beeks <HgDelirium@gmail.com>
This commit is contained in:
Beeks
2010-09-17 20:02:06 -04:00
parent 871ada0121
commit 1c421bdb50
6 changed files with 117 additions and 253 deletions

View File

@@ -107,7 +107,8 @@ void LLHUDManager::sendEffects()
msg->nextBlockFast(_PREHASH_Effect);
hep->packData(msg);
hep->setNeedsSendToSim(FALSE);
gAgent.sendMessage();
if (!hep->isDead())
gAgent.sendMessage();
}
}
}