aboutsummaryrefslogtreecommitdiff
path: root/src/resource
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-03-31 07:30:14 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-03-31 07:30:14 +0200
commit354034b06b6f772ed92c3f26f8e8c680aa93fa8d (patch)
treeec4c032a4ae0a8137513d4cfb84da537803d6631 /src/resource
parentb8c30e83e3a59681882d574a1fff8150700bf265 (diff)
downloadrts-354034b06b6f772ed92c3f26f8e8c680aa93fa8d.tar.gz
Remove unused minor stuff
Diffstat (limited to 'src/resource')
-rw-r--r--src/resource/src/resource.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resource/src/resource.c b/src/resource/src/resource.c
index 2a11c92..91c9681 100644
--- a/src/resource/src/resource.c
+++ b/src/resource/src/resource.c
@@ -54,7 +54,7 @@ instance_hp resource_maxhp(const struct resource *const res)
static const instance_hp hp[] =
{
[RESOURCE_TYPE_GOLD] = 1000,
- [RESOURCE_TYPE_WOOD] = 45,
+ [RESOURCE_TYPE_WOOD] = 45
};
return hp[res->type];