Missed a few out of my working stash...

This commit is contained in:
Uleat
2016-05-31 01:52:51 -04:00
parent 6c1af93f58
commit 0f54984966
7 changed files with 7 additions and 13 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ EQEmu::LightSource_Struct::LightSource_Struct()
void EQEmu::LightSource_Struct::Clear()
{
memset(&Slot, 0, (sizeof(uint8) * sizeof(Slot)));
memset(&Slot, 0, (sizeof(uint8) * lightsource::LightCount));
}
void EQEmu::LightSourceProfile::Clear()