mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +02:00 
			
		
		
		
	Settings: add lastMap, lastCampaign, lastSave to schema
Nice to see last used save game after client restart
This commit is contained in:
		| @@ -46,6 +46,18 @@ | ||||
| 				"saveRandomMaps" : { | ||||
| 					"type" : "boolean", | ||||
| 					"default" : false | ||||
| 				}, | ||||
| 				"lastMap" : { | ||||
| 					"type":"string", | ||||
| 					"default" : "Maps/Arrogance" | ||||
| 				}, | ||||
| 				"lastSave" : { | ||||
| 					"type":"string", | ||||
| 					"default" : "NEWGAME" | ||||
| 				}, | ||||
| 				"lastCampaign" : { | ||||
| 					"type":"string", | ||||
| 					"default" : "" | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user