Index: code/menuui/barracks.cpp
===================================================================
RCS file: /home/fs2source/cvsroot/fs2_open/code/menuui/barracks.cpp,v
retrieving revision 2.31
diff -u -r2.31 barracks.cpp
--- code/menuui/barracks.cpp	28 Dec 2006 00:59:27 -0000	2.31
+++ code/menuui/barracks.cpp	26 Aug 2007 20:52:20 -0000
@@ -1241,9 +1241,10 @@
 				/*if (Campaign_file_missing) {
 					popup(PF_USE_AFFIRMATIVE_ICON, 1, POPUP_OK, XSTR( "The currently active campaign cannot be found.  Please select another...", -1));
 					gameseq_post_event(GS_EVENT_CAMPAIGN_ROOM);
-				} else {
-					gameseq_post_event(GS_EVENT_MAIN_MENU);
+					break;
 				}*/
+				gameseq_post_event(GS_EVENT_MAIN_MENU);
+
 			} else {
 				gamesnd_play_iface(SND_GENERAL_FAIL);
 
