aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/patches
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2023-08-02 23:29:02 +0200
committerChris Boesch <chrboesch@noreply.codeberg.org>2023-08-02 23:29:02 +0200
commit5a0681948baea7277b8d3418a4fe2ba134559559 (patch)
tree8ef40d9961b8c3cd2197d17576d85919633ba6f0 /patches
parentb5d54364cc3ee02ea7cccf4041476b16043eb206 (diff)
changed struct name 'class' into 'role'
Diffstat (limited to 'patches')
-rw-r--r--patches/patches/038_structs2.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/patches/038_structs2.patch b/patches/patches/038_structs2.patch
index 5d0d188..7d85de0 100644
--- a/patches/patches/038_structs2.patch
+++ b/patches/patches/038_structs2.patch
@@ -1,6 +1,6 @@
44a45,50
> chars[1] = Character{
-> .class = Class.bard,
+> .role = Role.bard,
> .gold = 10,
> .health = 100,
> .experience = 20,