Editor: Change initial tool to "object edit"

directional-lights
Sven Eberhardt 2016-10-15 11:43:55 -04:00
parent c44a776090
commit 028b576ab3
1 changed files with 1 additions and 1 deletions

View File

@ -967,7 +967,7 @@ void C4EditCursor::Default()
{
fAltWasDown=false;
fShiftWasDown=false;
Mode=C4CNS_ModePlay;
Mode = C4CNS_ModeEdit;
X=Y=X2=Y2=0;
Target=DropTarget=NULL;
#ifdef USE_WIN32_WINDOWS