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()) | 	if (!isActive()) | ||||||
| 		return; | 		return; | ||||||
|  |  | ||||||
|  | 	if(enteredText != "") | ||||||
|  | 		return; | ||||||
|  | 		 | ||||||
| 	assert(currentStatusBar.expired());//effectively, nullptr check | 	assert(currentStatusBar.expired());//effectively, nullptr check | ||||||
|  |  | ||||||
| 	currentStatusBar = GH.statusbar(); | 	currentStatusBar = GH.statusbar(); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user