summaryrefslogtreecommitdiff
path: root/src/egg/core/eggController.cpp
diff options
context:
space:
mode:
authorrobojumper <robojumper@gmail.com>2024-05-06 22:32:58 +0200
committerrobojumper <robojumper@gmail.com>2024-05-06 22:32:58 +0200
commit5b8abe3c3a0fe9384f96b07b0ff8782911da60e0 (patch)
tree54d026c0d54ca0f93ceff5efd168a11627438002 /src/egg/core/eggController.cpp
parentf51dc74213d335ed5221518f58ba46bff709ed03 (diff)
Fix errors after rebase
Diffstat (limited to 'src/egg/core/eggController.cpp')
-rw-r--r--src/egg/core/eggController.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egg/core/eggController.cpp b/src/egg/core/eggController.cpp
index dd69e5db..fb359817 100644
--- a/src/egg/core/eggController.cpp
+++ b/src/egg/core/eggController.cpp
@@ -49,7 +49,7 @@ static Allocator *sWPADAllocator;
return result;
}
-/* 0x80499050 */ CoreController::CoreController() : mDpdPos(), mAccel(), mAccelFlags(nullptr) {
+/* 0x80499050 */ CoreController::CoreController() : mDpdPos(), mAccel(), mAccelFlags(), mFlag(0) {
this->mRumbleMgr = nullptr;
this->mButtonHeld = 0;
this->mButtonTriggered = 0;