Skip to content

Commit c135e9c

Browse files
elaginPilzAdam
authored andcommittedMay 20, 2013
Save settings after dropping main menu
1 parent 1ba1fb4 commit c135e9c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎src/main.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -1942,6 +1942,9 @@ int main(int argc, char *argv[])
19421942
sound = NULL;
19431943
}
19441944

1945+
// Save controls status
1946+
menu->readInput(&menudata);
1947+
19451948
infostream<<"Dropping main menu"<<std::endl;
19461949

19471950
menu->drop();

0 commit comments

Comments
 (0)
Please sign in to comment.