mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-08 00:09:04 +00:00
Backed out changeset: 97505c669e04
This commit is contained in:
parent
132a4d6934
commit
be84d32306
2 changed files with 2 additions and 2 deletions
|
@ -109,7 +109,7 @@ struct TLoadFormDicoEntry
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
*/
|
*/
|
||||||
const uint32 PACKED_SHEET_HEADER = 'PKSH';
|
const uint32 PACKED_SHEET_HEADER = "PKSH";
|
||||||
const uint32 PACKED_SHEET_VERSION = 5;
|
const uint32 PACKED_SHEET_VERSION = 5;
|
||||||
// This Version may be used if you want to use the serialVersion() system in loadForm()
|
// This Version may be used if you want to use the serialVersion() system in loadForm()
|
||||||
const uint32 PACKED_SHEET_VERSION_COMPATIBLE = 0;
|
const uint32 PACKED_SHEET_VERSION_COMPATIBLE = 0;
|
||||||
|
|
|
@ -488,7 +488,7 @@ void CCharacterCL::stopAttachedFXForCurrrentAnim(bool stopLoopingFX)
|
||||||
{
|
{
|
||||||
if(!(*tmpItAttached)->FX.empty())
|
if(!(*tmpItAttached)->FX.empty())
|
||||||
{
|
{
|
||||||
if (!(*tmpItAttached)->FX.removeByID('STOP') && !(*tmpItAttached)->FX.removeByID('main'))
|
if (!(*tmpItAttached)->FX.removeByID("STOP") && !(*tmpItAttached)->FX.removeByID("main"))
|
||||||
{
|
{
|
||||||
(*tmpItAttached)->FX.activateEmitters(false);
|
(*tmpItAttached)->FX.activateEmitters(false);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue