Fix some graphical bugs --nobuild

This commit is contained in:
Willy-JL
2023-10-21 21:47:28 +01:00
parent aa9287313f
commit 9fb790e5c9
2 changed files with 2 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ void scene_config_on_enter(void* _ctx) {
variable_item_list_set_enter_callback(list, config_callback, ctx);
if(!ctx->attack->protocol) {
variable_item_list_add(list, "None shall escape the S I N K", 0, NULL, NULL);
variable_item_list_add(list, "None shall escape the SINK", 0, NULL, NULL);
} else if(ctx->attack->protocol->extra_config) {
ctx->fallback_config_enter = config_callback;
ctx->attack->protocol->extra_config(ctx);