diff options
Diffstat (limited to 'src/decomp')
-rw-r--r-- | src/decomp/output.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/decomp/output.c b/src/decomp/output.c index 20e18a9..fd10921 100644 --- a/src/decomp/output.c +++ b/src/decomp/output.c @@ -270,7 +270,10 @@ GBufferLine *g_lang_output_start_routine_info(const GLangOutput *output, GCodeBu GBufferLine *result; /* Adresse nouvelle à remonter */ if (output->start_routine_proto != NULL) + { result = output->start_info(output, buffer); + g_buffer_line_skip_width(result); + } else result = NULL; |