MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / xCMupdate

Function xCMupdate

src/SB/Core/x/xCM.cpp:76–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 if (hp->text1 != NULL)
75 {
76 hp->text1 -= (S32)data;
77 }
78 if (hp->text2 != NULL)
79 {
80 hp->text2 -= (S32)data;
81 }
82 }
83 else
84 {
85 if (hp->text1 != NULL)
86 {
87 hp->text1 += (S32)data;
88 }
89 if (hp->text2 != NULL)

Callers 1

zSceneUpdateFunction · 0.85

Calls 1

xCMstopFunction · 0.85

Tested by

no test coverage detected