Use call_error() for character load error message
This commit is contained in:
		
							parent
							
								
									714f54b9dc
								
							
						
					
					
						commit
						c4b739292a
					
				@ -131,7 +131,7 @@ void Courtroom::char_clicked(int n_char)
 | 
			
		||||
    qDebug() << "char_ini_path" << char_ini_path;
 | 
			
		||||
 | 
			
		||||
    if (!file_exists(char_ini_path)) {
 | 
			
		||||
      call_notice("Could not find " + char_ini_path);
 | 
			
		||||
      call_error("Could not find " + char_ini_path);
 | 
			
		||||
      return;
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user