mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-10-31 22:56:40 +00:00 
			
		
		
		
	enabled load and save items in main menu
This commit is contained in:
		
							parent
							
								
									d619d0fa25
								
							
						
					
					
						commit
						eddd6bf48d
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -35,8 +35,8 @@ namespace MWGui | |||
|         std::vector<std::string> buttons; | ||||
|         buttons.push_back("return"); | ||||
|         buttons.push_back("newgame"); | ||||
|         //buttons.push_back("loadgame");
 | ||||
|         //buttons.push_back("savegame");
 | ||||
|         buttons.push_back("loadgame"); | ||||
|         buttons.push_back("savegame"); | ||||
|         buttons.push_back("options"); | ||||
|         //buttons.push_back("credits");
 | ||||
|         buttons.push_back("exitgame"); | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue