reduced Gui_loading_error_message to 256 bytes
This commit is contained in:
		
							parent
							
								
									848ec95e92
								
							
						
					
					
						commit
						8c6eec6928
					
				@ -96,7 +96,7 @@
 | 
				
			|||||||
#include "special.h"
 | 
					#include "special.h"
 | 
				
			||||||
#include "gfx2surface.h"
 | 
					#include "gfx2surface.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
char Gui_loading_error_message[512];
 | 
					char Gui_loading_error_message[256];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Rechercher la liste et le type des lecteurs de la machine
 | 
					// Rechercher la liste et le type des lecteurs de la machine
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -39,7 +39,7 @@ void Init_paintbrushes(void);
 | 
				
			|||||||
/// Set application icon(s)
 | 
					/// Set application icon(s)
 | 
				
			||||||
void Define_icon(void);
 | 
					void Define_icon(void);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
extern char Gui_loading_error_message[512];
 | 
					extern char Gui_loading_error_message[256];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
///
 | 
					///
 | 
				
			||||||
/// Loads a 8x8 monochrome font, the kind used in all menus and screens.
 | 
					/// Loads a 8x8 monochrome font, the kind used in all menus and screens.
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user