mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
Removed unneeded var
This commit is contained in:
parent
9a809dfb6b
commit
ef5daae770
1 changed files with 1 additions and 1 deletions
|
|
@ -318,7 +318,7 @@ function EditorSaveMission()
|
||||||
%terrFile = %file;
|
%terrFile = %file;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!isWriteableFileName(%terrFile) && %bypass $= "")
|
if (!isWriteableFileName(%terrFile))
|
||||||
{
|
{
|
||||||
if (MessageBox("Error", "Terrain file \""@ %terrainObject.terrainFile @ "\" is read-only. Continue?", "Ok", "Stop") == $MROk)
|
if (MessageBox("Error", "Terrain file \""@ %terrainObject.terrainFile @ "\" is read-only. Continue?", "Ok", "Stop") == $MROk)
|
||||||
continue;
|
continue;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue