diff options
author | Colin Noga <Tempus@chronometry.ca> | 2013-06-13 12:21:31 -0500 |
---|---|---|
committer | Colin Noga <Tempus@chronometry.ca> | 2013-06-13 12:21:31 -0500 |
commit | 251754fd4b37b936e50ab40a7aa95ac0c1f4587e (patch) | |
tree | 44a19f54fd81978d8150727cabf1f00af4ae6e1e /src/thundercloud.cpp | |
parent | 450fab6ad76e5d23b7d898abd8c3e8112b6e3053 (diff) | |
download | kamek-251754fd4b37b936e50ab40a7aa95ac0c1f4587e.tar.gz kamek-251754fd4b37b936e50ab40a7aa95ac0c1f4587e.zip |
Fixed music house wrong item issue, removed OSReports, fixed thundercloud freezing issue
Diffstat (limited to 'src/thundercloud.cpp')
-rwxr-xr-x | src/thundercloud.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/thundercloud.cpp b/src/thundercloud.cpp index 116d076..154a719 100755 --- a/src/thundercloud.cpp +++ b/src/thundercloud.cpp @@ -152,6 +152,8 @@ void dThunderCloud::powBlockActivated(bool isNotMPGP) { } //extern "C" __destroy_arr(struct DoSomethingCool, void(*)(void), int cnt, int bar); bool dThunderCloud::CreateIceActors() { + this->Lightning.removeFromList(); + struct DoSomethingCool my_struct = { 0, (Vec){pos.x, pos.y - 16.0, pos.z}, {1.75, 1.4, 1.5}, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 }; this->frzMgr.Create_ICEACTORs( (void*)&my_struct, 1 ); __destroy_arr( (void*)&my_struct, sub_80024C20, 0x3C, 1 ); |