summaryrefslogtreecommitdiff
path: root/src/d/d_message.cpp
diff options
context:
space:
mode:
authorrobojumper <robojumper@gmail.com>2025-07-25 20:38:45 +0200
committerrobojumper <robojumper@gmail.com>2025-07-25 20:38:45 +0200
commit27f670cf2af52034886d089fc49b2952121b1584 (patch)
tree630c1a874833fa5229114ebe90aacad8fdf8dfc5 /src/d/d_message.cpp
parent97a110e362aebd3713555fca8266d0a87a6eaa05 (diff)
every d_pad function attempted
Diffstat (limited to 'src/d/d_message.cpp')
-rw-r--r--src/d/d_message.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_message.cpp b/src/d/d_message.cpp
index 6916a3e9..0d56a9f8 100644
--- a/src/d/d_message.cpp
+++ b/src/d/d_message.cpp
@@ -439,7 +439,7 @@ bool dFlow_c::handleEventInternal(const MsbFlowInfo *element) {
dLytControlGame_c::getInstance()->somehowRelatedToEnteringLightPillars(val, p3, p2);
}
} else {
- dLytMap_c::getInstance()->lightPillarRelated(val, p3, p2);
+ dLytMap_c::GetInstance()->lightPillarRelated(val, p3, p2);
}
dMessage_c::getInstance()->storeLightPillarRelatedArg(p4);
break;