Optimisations (part 0), pixel v percentage, reworked aspect ratio calcs, ante/post...
[melted] / src / miracle / miracle_unit_commands.c
index 4e6fb17..66f84bb 100644 (file)
@@ -249,10 +249,7 @@ int miracle_stop( command_argument cmd_arg )
        if ( unit == NULL )
                return RESPONSE_INVALID_UNIT;
        else 
-       {
-               miracle_unit_play( unit, 0 );
                miracle_unit_terminate( unit );
-       }
        return RESPONSE_SUCCESS;
 }