mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-28 23:13:09 +00:00
fix delete selection no more working after #15074
This was SVN commit r15087.
This commit is contained in:
@@ -185,7 +185,7 @@ function openDeleteDialog(selection)
|
||||
var btCaptions = [translate("No"), translate("Yes")];
|
||||
var btCode = [resumeGame, deleteSelectedEntities];
|
||||
|
||||
messageBox(400, 200, translate("Destroy everything currently selected?"), translate("Delete"), 0, btCaptions, btCode, [selection, null]);
|
||||
messageBox(400, 200, translate("Destroy everything currently selected?"), translate("Delete"), 0, btCaptions, btCode, [null, selection]);
|
||||
}
|
||||
|
||||
// Menu functions
|
||||
|
||||
Reference in New Issue
Block a user