mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-14 13:14:50 +08:00
Relocated RPF binary search to BinarySearchForm. Added undo operations for audio placements. Removed RPF Browser tools menu entry (it's now obsolete). Renamed MainForm to MenuForm.
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ namespace CodeWalker
|
||||
#endif
|
||||
if (menumode)
|
||||
{
|
||||
Application.Run(new MainForm());
|
||||
Application.Run(new MenuForm());
|
||||
}
|
||||
else if (explorermode)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user