added BackgroundChange editing and DWI saving to editor

This commit is contained in:
Chris Danford
2002-08-23 20:18:29 +00:00
parent 36d81d0e1c
commit a0c7d5bd22
41 changed files with 906 additions and 449 deletions
+2 -2
View File
@@ -112,12 +112,12 @@ void ScreenEditMenu::MenuDown( const PlayerNumber p )
Selector.Down();
}
void ScreenEditMenu::MenuLeft( const PlayerNumber p )
void ScreenEditMenu::MenuLeft( const PlayerNumber p, const InputEventType type )
{
Selector.Left();
}
void ScreenEditMenu::MenuRight( const PlayerNumber p )
void ScreenEditMenu::MenuRight( const PlayerNumber p, const InputEventType type )
{
Selector.Right();
}