mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-11-04 09:15:29 +01:00 
			
		
		
		
	Fix uninitalised variable in event.cpp (#5764)
This commit is contained in:
		@@ -35,6 +35,8 @@ Event::Event()
 | 
			
		||||
	pthread_mutex_init(&mutex, NULL);
 | 
			
		||||
	notified = false;
 | 
			
		||||
#	endif
 | 
			
		||||
#elif USE_CPP11_MUTEX
 | 
			
		||||
	notified = false;
 | 
			
		||||
#endif
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user