Skip to content

Commit

Permalink
Remove stub log/comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Dextinfire committed Sep 22, 2024
1 parent 4ef9890 commit 0e31391
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions src/games/cclcc/titlemenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -420,15 +420,11 @@ void TitleMenu::Render() {
ScrWork[SW_TITLEMODE]);
} break;
case 5: {
// Implement
DrawMainMenuBackGraphics();
DrawSmoke(SmokeOpacityNormal);
MainItems->Render();
ContinueItems->Render();
ExtraItems->Render();
ImpLogSlow(LL_Warning, LC_VMStub,
"TitleMenu::Render: Unimplemented title mode %d\n",
ScrWork[SW_TITLEMODE]);
} break;
case 10: {
ImpLogSlow(LL_Warning, LC_VMStub,
Expand Down
3 changes: 0 additions & 3 deletions src/vm/inst_misc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -539,9 +539,6 @@ VmInstruction(InstTitleMenuNew) {
}
} break;
}

ImpLogSlow(LL_Warning, LC_VMStub,
"STUB instruction TitleMenu(type: Main)\n");
break;
case 2: // Init2
ImpLogSlow(LL_Warning, LC_VMStub,
Expand Down

0 comments on commit 0e31391

Please sign in to comment.