wtf it works
This commit is contained in:
parent
641ccd1065
commit
aa747e8305
9 changed files with 48 additions and 14 deletions
|
@ -13,6 +13,7 @@ function c_selectunit(unitobject) {
|
|||
}
|
||||
}
|
||||
ARTICULATOR.selectedunit = unitobject;
|
||||
c_fulleval(unitobject);
|
||||
return unitobject;
|
||||
}
|
||||
|
||||
|
@ -25,6 +26,7 @@ function c_deselectunit(unitobject) {
|
|||
c_decolor_all(c_red);
|
||||
c_decolor_all(c_green);
|
||||
ARTICULATOR.selectedunit = noone;
|
||||
c_fulleval(unitobject);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue