Skip to content

Commit

Permalink
jDoom64: Added missing breaks to switch compounds
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake authored and danij-deng committed Jul 24, 2011
1 parent 8f11e85 commit 9134d45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doomsday/plugins/jdoom64/src/wi_stuff.c
Expand Up @@ -925,6 +925,7 @@ void WI_Ticker(void)
#if _DEBUG
Con_Error("WI_Ticker: Invalid state %i.", (int) inState);
#endif
break;
}
}

Expand Down Expand Up @@ -1073,5 +1074,6 @@ void WI_SetState(interludestate_t st)
#if _DEBUG
Con_Error("WI_SetState: Invalid state %i.", (int) st);
#endif
break;
}
}

0 comments on commit 9134d45

Please sign in to comment.