From 3a952d26df5e548b493fc302b89d10afa51e6455 Mon Sep 17 00:00:00 2001 From: GinjaNinja32 Date: Thu, 10 Sep 2015 04:00:37 +0100 Subject: [PATCH] Replace ';' with '; // do nothing' for clarity --- code/modules/admin/callproc/callproc.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/admin/callproc/callproc.dm b/code/modules/admin/callproc/callproc.dm index a416905e7b..9b3da2b92f 100644 --- a/code/modules/admin/callproc/callproc.dm +++ b/code/modules/admin/callproc/callproc.dm @@ -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)