diff src/libmlk-rpg/rpg/battle-state-lost.c @ 411:d74f53299252

make: add basic GNU make support
author David Demelier <markand@malikania.fr>
date Fri, 07 Oct 2022 14:35:31 +0200
parents 14ce7c4871e3
children 8f59201dc76b
line wrap: on
line diff
--- a/src/libmlk-rpg/rpg/battle-state-lost.c	Fri Sep 09 13:30:34 2022 +0200
+++ b/src/libmlk-rpg/rpg/battle-state-lost.c	Fri Oct 07 14:35:31 2022 +0200
@@ -27,7 +27,6 @@
 #include "battle-state-lost.h"
 #include "battle-state.h"
 #include "battle.h"
-#include "rpg_p.h"
 
 struct self {
 	struct battle_state_lost data;
@@ -62,7 +61,7 @@
 	assert(lost);
 	assert(bt);
 
-	lost->text = _("You have been defeated...");
+	lost->text = "You have been defeated...";
 
 	lost->msg.lines = &lost->text;
 	lost->msg.linesz = 1;