mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
More stuff, fix saved games
This commit is contained in:
@@ -521,6 +521,8 @@ void HandleEvent (void)
|
||||
|
||||
void HiliteAllWindows (void)
|
||||
{
|
||||
PL_NotYetImplemented_TODO("DeleteMe");
|
||||
#if 0
|
||||
if (mainWindow != nil)
|
||||
HiliteWindow(mainWindow, true);
|
||||
if (mapWindow != nil)
|
||||
@@ -531,6 +533,7 @@ void HiliteAllWindows (void)
|
||||
HiliteWindow(coordWindow, true);
|
||||
if (linkWindow != nil)
|
||||
HiliteWindow(linkWindow, true);
|
||||
#endif
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------- IgnoreThisClick
|
||||
|
||||
Reference in New Issue
Block a user