audio done
This commit is contained in:
parent
54f1b7c75d
commit
b31b8ba5d7
40 changed files with 637 additions and 4 deletions
|
@ -12,7 +12,10 @@ function st_control() {
|
|||
if global.map[mousex][mousey].contents[i].object_index == o_unit {
|
||||
var dude = global.map[mousex][mousey].contents[i];
|
||||
if dude.alignment == global.turn {
|
||||
if selectedunit == noone c_selectunit(dude);
|
||||
if selectedunit == noone {
|
||||
c_selectunit(dude);
|
||||
se_play(se_select);
|
||||
}
|
||||
} else {
|
||||
c_markunit(dude);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue