diff options
-rw-r--r-- | src/doom/m_menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doom/m_menu.c b/src/doom/m_menu.c index 97c080c8..306a139f 100644 --- a/src/doom/m_menu.c +++ b/src/doom/m_menu.c @@ -1007,7 +1007,7 @@ void M_DrawOptions(void) // the BFG edition IWADs, use the "ON"/"OFF" graphics instead. if (bfgedition) { - detail_patch = msgNames[detailLevel]; + detail_patch = msgNames[!detailLevel]; } else { |