- Enabled the support for text in macosx version albeit it doesn't seem to do anything yet beside displaying a dialog window (updated the xcode project accordingly by installing SDL_ttf with the application).
.- Added a Backup() in Rectangle_Degrade_12_0() so the undo command should work. git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@316 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
@@ -988,8 +988,8 @@ void Load_PKM(void)
|
||||
if (Octet==4)
|
||||
{
|
||||
Indice+=4;
|
||||
if ( ! read_word_le(Fichier,&Ecran_original_X)
|
||||
|| !read_word_le(Fichier,&Ecran_original_Y) )
|
||||
if ( ! read_word_le(Fichier,(word *) &Ecran_original_X)
|
||||
|| !read_word_le(Fichier,(word *) &Ecran_original_Y) )
|
||||
Erreur_fichier=2;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user