Some optimisations to the text drawing (Print_general) unfinished, breaks the OEM special chars for now.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@375 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2008-12-10 11:53:56 +00:00
parent 428e1c36cf
commit 2033f2dfb4
4 changed files with 9 additions and 12 deletions

View File

@@ -154,7 +154,7 @@ void Get_input(void)
if( SDL_PollEvent(&event)) /* Il y a un évènement en attente */
{
Gere_Evenement_SDL(&event);
Gere_Evenement_SDL(&event);
switch( event.type)
{
case SDL_MOUSEMOTION: