Skip to content

Commit 4353c27

Browse files
committed
TEST 7 pr
1 parent 5555644 commit 4353c27

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

src/SB/Game/zWadNME.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
#include "zWadNME.h"
22

3+
S32 zNMEGoalDentDamage::Exit(float, void*)
4+
{
5+
return 0; // TO-DO
6+
}
7+
38
S32 zNMEGoalDenDamage::Exit(float dt, void* ctxt) //POSSIBLY RIGHT, NEEDS DOUBLE CHECKED
49
{
510
//something = -1.0f

src/SB/Game/zWadNME.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,13 @@ struct zNMEGoalCommon
4242
// erroring cus of en_trantype
4343
};
4444

45+
struct zNMEGoalDentDamage : zNMEGoalCommon
46+
{
47+
//S32 GoalHandleMail(NMEMsg* mail);
48+
//S32 ChkExistence(zNMEDenToo* npc, float32 dt, int32& nextgoal, en_trantype& trantype);
49+
//S32 Process(en_trantype* trantype, float32 dt, void* ctxt);
50+
S32 Exit(float, void*);
51+
S32 Enter();
52+
};
53+
4554
#endif

0 commit comments

Comments
 (0)