Unintended fall-through in stats tab.

This commit is contained in:
Mari the Deer 2022-05-31 12:15:01 +02:00
commit 6ec51f7f42
2 changed files with 3 additions and 2 deletions

View file

@ -525,6 +525,7 @@ Class DemolitionistStatsTab : DemolitionistMenuTab
drag = true;
break;
}
break;
case MB_WHEELUP:
if ( Scroll(-8) ) master.MenuSound("menu/demoscroll");
break;