mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 09:39:43 +01:00
Fix left-clicking on script boxes
You can now left-click on script boxes in order to change their script.
This commit is contained in:
parent
ea8053303d
commit
f7e71bd668
1 changed files with 1 additions and 1 deletions
|
@ -5185,7 +5185,7 @@ void editorinput( KeyPoll& key, Graphics& dwgfx, Game& game, mapclass& map, enti
|
|||
key.keybuffer=ed.oldenttext;
|
||||
ed.lclickdelay=1;
|
||||
}
|
||||
else if(edentity[tmp].t==18)
|
||||
else if(edentity[tmp].t==18 || edentity[tmp].t==19)
|
||||
{
|
||||
ed.scripttextmod=true;
|
||||
ed.oldenttext=edentity[tmp].scriptname;
|
||||
|
|
Loading…
Reference in a new issue