Added HoraK-FDF to bugfinders in About screen,
Fix part of issue 169 (Resize while a window is open waits for an additional click or keypress after the window is closed.) git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@822 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
parent
a32d28e157
commit
0826798943
9
engine.c
9
engine.c
@ -480,20 +480,21 @@ void Main_handler(void)
|
||||
|
||||
do
|
||||
{
|
||||
if(Get_input())
|
||||
{
|
||||
// Redimensionnement demandé
|
||||
// Resize requested
|
||||
if (Resize_width || Resize_height)
|
||||
{
|
||||
Hide_cursor();
|
||||
Init_mode_video(Resize_width, Resize_height, 0, Pixel_ratio);
|
||||
// Remise à zero des variables indiquant le Redimensionnement demandé
|
||||
// Reset the variables that indicate a resize was requested.
|
||||
Display_menu();
|
||||
Reposition_palette();
|
||||
Display_all_screen();
|
||||
Display_cursor();
|
||||
}
|
||||
|
||||
if(Get_input())
|
||||
{
|
||||
|
||||
// Evenement de fermeture
|
||||
if (Quit_is_required)
|
||||
{
|
||||
|
||||
12
helpfile.h
12
helpfile.h
@ -334,12 +334,12 @@ static const T_Help_table helptable_credits[] =
|
||||
//HELP_TEXT ("0----5----0----5----0----5----0----5----0--X")
|
||||
HELP_TEXT (" BDCIron Ced El Topo ")
|
||||
HELP_TEXT (" fallenblood Frost Grimmy ")
|
||||
HELP_TEXT (" Gürkan Sengün iLKke keito ")
|
||||
HELP_TEXT (" kusma Lord Graga MagerValp ")
|
||||
HELP_TEXT (" mind MooZ richienyhus ")
|
||||
HELP_TEXT (" TeeEmCee tempest Timo Kurrpa ")
|
||||
HELP_TEXT (" titus^Rab Tobé 00ai99 ")
|
||||
HELP_TEXT (" 00.rgb.studios ")
|
||||
HELP_TEXT (" Gürkan Sengün HoraK-FDF iLKke ")
|
||||
HELP_TEXT (" keito kusma Lord Graga ")
|
||||
HELP_TEXT (" MagerValp mind MooZ ")
|
||||
HELP_TEXT (" richienyhus TeeEmCee tempest ")
|
||||
HELP_TEXT (" Timo Kurrpa titus^Rab Tobé ")
|
||||
HELP_TEXT (" 00ai99 00.rgb.studios")
|
||||
HELP_TEXT ("")
|
||||
HELP_TEXT (" Posted the annoying bug reports.")
|
||||
HELP_TEXT ("")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user