mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Fix class ID for throbbing box classes
This commit is contained in:
parent
f87e6d5938
commit
590b3f5cbb
1 changed files with 2 additions and 2 deletions
|
@ -1980,7 +1980,7 @@ ThrobbingBox_ExplodeNebelwerfer::ThrobbingBox_ExplodeNebelwerfer()
|
|||
---------------------------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
CLASS_DECLARATION(ThrobbingBox_Explosive, ThrobbingBox_ExplodePlayerNebelwerfer, "ThrobbingBox_ExplodeNebelwerfer") {
|
||||
CLASS_DECLARATION(ThrobbingBox_Explosive, ThrobbingBox_ExplodePlayerNebelwerfer, "ThrobbingBox_ExplodePlayerNebelwerfer") {
|
||||
{NULL, NULL}
|
||||
};
|
||||
|
||||
|
@ -2009,7 +2009,7 @@ ThrobbingBox_ExplodePlayerNebelwerfer::ThrobbingBox_ExplodePlayerNebelwerfer()
|
|||
|
||||
Event EV_StickyBombWet("stickybombwet", EV_DEFAULT, NULL, NULL, NULL);
|
||||
|
||||
CLASS_DECLARATION(ThrobbingBox_Explosive, ThrobbingBox_Stickybomb, "ThrobbingBox_ExplodeNebelwerfer") {
|
||||
CLASS_DECLARATION(ThrobbingBox_Explosive, ThrobbingBox_Stickybomb, "ThrobbingBox_Stickybomb") {
|
||||
{&EV_Damage, &ThrobbingBox_Stickybomb::OnBlowUp },
|
||||
{&EV_Use, &ThrobbingBox_Stickybomb::OnStickyBombUse},
|
||||
{&EV_StickyBombWet, &ThrobbingBox_Stickybomb::OnStickyBombWet},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue