Fix compile error
This commit is contained in:
		
							parent
							
								
									d6df300341
								
							
						
					
					
						commit
						ca42db7353
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -221,7 +221,7 @@ runRMXPScripts(mrb_state *mrb, mrbc_context *ctx)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (!gState->fileSystem().exists(scriptPack.constData()))
 | 
						if (!gState->fileSystem().exists(scriptPack.constData()))
 | 
				
			||||||
	{
 | 
						{
 | 
				
			||||||
		showError("Unable to open '" + scriptLoc + "'");
 | 
							showError("Unable to open '" + scriptPack + "'");
 | 
				
			||||||
		return;
 | 
							return;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue