diff src/libmlk-rpg/rpg/battle-bar-default.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 df5e1fea1d2e
children 222045c513ec
line wrap: on
line diff
--- a/src/libmlk-rpg/rpg/battle-bar-default.c	Fri Sep 09 13:30:34 2022 +0200
+++ b/src/libmlk-rpg/rpg/battle-bar-default.c	Fri Oct 07 14:35:31 2022 +0200
@@ -40,7 +40,6 @@
 #include "character.h"
 #include "inventory.h"
 #include "item.h"
-#include "rpg_p.h"
 #include "spell.h"
 
 #define THEME(bar) ((bar)->theme ? (bar)->theme : theme_default())
@@ -327,28 +326,28 @@
 		{
 			.align = ALIGN_TOP,
 			.label = {
-				.text = _("Attack"),
+				.text = "Attack",
 				.flags = LABEL_FLAGS_SHADOW
 			}
 		},
 		{
 			.align = ALIGN_RIGHT,
 			.label = {
-				.text = _("Magic"),
+				.text = "Magic",
 				.flags = LABEL_FLAGS_SHADOW
 			}
 		},
 		{
 			.align = ALIGN_BOTTOM,
 			.label = {
-				.text = _("Objects"),
+				.text = "Objects",
 				.flags = LABEL_FLAGS_SHADOW
 			}
 		},
 		{
 			.align = ALIGN_LEFT,
 			.label = {
-				.text = _("Special"),
+				.text = "Special",
 				.flags = LABEL_FLAGS_SHADOW
 			}
 		}