mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +02:00 
			
		
		
		
	console fix
This commit is contained in:
		| @@ -243,6 +243,9 @@ void CInGameConsole::startEnteringText() | ||||
| 	if (!isActive()) | ||||
| 		return; | ||||
|  | ||||
| 	if(enteredText != "") | ||||
| 		return; | ||||
| 		 | ||||
| 	assert(currentStatusBar.expired());//effectively, nullptr check | ||||
|  | ||||
| 	currentStatusBar = GH.statusbar(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user