Skip to content

Commit

Permalink
games-roguelike/hengband: fix patch to work with EAPI 7
Browse files Browse the repository at this point in the history
Signed-off-by: Wolfgang E. Sanyer <[email protected]>
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
ezzieyguywuf authored and thesamesam committed Apr 5, 2021
1 parent 3deea32 commit d87ccd2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions games-roguelike/hengband/files/hengband-1.6.2-ovflfix.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
--- src/effects.c.old 2010-10-28 11:51:31.000000000 +0200
+++ src/effects.c 2010-10-28 11:51:59.000000000 +0200
@@ -5191,7 +5191,7 @@
diff --git a/src/effects.c b/src/effects.c
index a97a2ec..3988b04 100644
--- a/src/effects.c
+++ b/src/effects.c
@@ -5191,7 +5191,7 @@ int take_hit(int damage_type, int damage, cptr hit_from, int monspell)
}
else
{
Expand Down

0 comments on commit d87ccd2

Please sign in to comment.