- 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:
Franck Charlet
2008-10-28 10:34:46 +00:00
parent 72c42b92ce
commit af9e862b5d
7 changed files with 137 additions and 115 deletions

View File

@@ -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