summaryrefslogtreecommitdiff
path: root/src/JSystem/JUtility/JUTConsole.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2023-12-05 15:30:54 -0500
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2023-12-05 15:30:54 -0500
commit2a16e36f46bed5c0715b1025cab1a42f1b32cf60 (patch)
tree22f01b893e203e030cd871f706fcf2c860264fae /src/JSystem/JUtility/JUTConsole.cpp
parente487b46850a9cb1dc9bd92dc9e0bbf66b72caad0 (diff)
match JUTGamePad
Diffstat (limited to 'src/JSystem/JUtility/JUTConsole.cpp')
-rw-r--r--src/JSystem/JUtility/JUTConsole.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/JSystem/JUtility/JUTConsole.cpp b/src/JSystem/JUtility/JUTConsole.cpp
index b73448a8..b66c51ce 100644
--- a/src/JSystem/JUtility/JUTConsole.cpp
+++ b/src/JSystem/JUtility/JUTConsole.cpp
@@ -368,10 +368,8 @@ static void dummy3() {
/* 802CB380-802CB4C4 .text appendConsole__17JUTConsoleManagerFP10JUTConsole */
void JUTConsoleManager::appendConsole(JUTConsole* console) {
- /* Nonmatching */
JUT_ASSERT(0x3bf, sManager != 0 && console != 0);
- // need to figure out how TLinkList works
JUT_ASSERT(0x3c2, soLink_.Find( console ) == soLink_.end());
soLink_.Push_back(console);
@@ -382,7 +380,6 @@ void JUTConsoleManager::appendConsole(JUTConsole* console) {
/* 802CB4C4-802CB674 .text removeConsole__17JUTConsoleManagerFP10JUTConsole */
void JUTConsoleManager::removeConsole(JUTConsole* console) {
- /* Nonmatching */
JUT_ASSERT(0x3d6, sManager != 0 && console != 0);
JUT_ASSERT(0x3d9, soLink_.Find( console ) != soLink_.end());