summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSuperDude88 <82904174+SuperDude88@users.noreply.github.com>2023-12-03 13:24:06 -0500
committerSuperDude88 <82904174+SuperDude88@users.noreply.github.com>2023-12-03 13:24:06 -0500
commitd156ea55bae7ae1a467d205b01c47afa689a8de2 (patch)
tree61354e1d3945a25a00f6aead3295a8b7f5b2bc2b /src
parentc95364dc7e381f4832403d665350fc8ffa904a46 (diff)
Nonmatching Comments
Forgot about these again
Diffstat (limited to 'src')
-rw-r--r--src/d/actor/d_a_ghostship.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/d/actor/d_a_ghostship.cpp b/src/d/actor/d_a_ghostship.cpp
index 372fe364..9f2f8c6e 100644
--- a/src/d/actor/d_a_ghostship.cpp
+++ b/src/d/actor/d_a_ghostship.cpp
@@ -92,6 +92,7 @@ void daGhostship_c::modeRealize() {
}
bool daGhostship_c::_pathMove(cXyz* curPos, cXyz* p_curPntPos, cXyz* p_nextPntPos) {
+ /* Nonmatching */
mCurPntPos = *p_curPntPos;
mCurPntPos.y = current.pos.y;
mNextPntPos = *p_nextPntPos;
@@ -125,6 +126,7 @@ void daGhostship_c::modePathMove() {
}
void daGhostship_c::modeProcCall() {
+ /* Nonmatching */
typedef void(daGhostship_c::*ProcFunc)(void);
static const ProcFunc mode_proc[] = {
&daGhostship_c::modeWait,
@@ -379,6 +381,7 @@ static BOOL daGhostshipDraw(void* i_this) {
}
bool daGhostship_c::_draw() {
+ /* Nonmatching */
if(mAlpha == 0.0f) {
return true;
}