Replace ';' with '; // do nothing' for clarity

This commit is contained in:
GinjaNinja32
2015-09-10 04:00:37 +01:00
parent 4ed33603c2
commit 3a952d26df

View File

@@ -29,7 +29,7 @@
if("Cancel")
return
if("No")
; // BYOND apparently doesn't have 'break' in switch statements.
; // do nothing
callproc_targetpicked(targetselected, target)
@@ -120,7 +120,7 @@
if(!current)
switch(alert("\The [M] appears to not have an area; do you want to pass null instead?",, "Yes", "Cancel"))
if("Yes")
;
; // do nothing
if("Cancel")
return
@@ -129,7 +129,7 @@
if(!current)
switch(alert("You do not currently have a marked datum; do you want to pass null instead?",, "Yes", "Cancel"))
if("Yes")
;
; // do nothing
if("Cancel")
return
if(!done)