projects
/
open-adventure.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80c0c10
)
K localization.
author
Eric S. Raymond
<esr@thyrsus.com>
Mon, 12 Jun 2017 04:30:45 +0000
(
00:30
-0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Mon, 12 Jun 2017 04:30:45 +0000
(
00:30
-0400)
main.c
patch
|
blob
|
history
diff --git
a/main.c
b/main.c
index ff202843e863f1624b7bfbe942b83729f42d2481..a1115a6cc2b342d4bca8a20aab619fd865ef06af 100644
(file)
--- a/
main.c
+++ b/
main.c
@@
-420,11
+420,11
@@
static bool dwarfmove(void)
return true;
if (game.dflag == 2)game.dflag=3;
SETPRM(1,attack,0);
-
K
=6;
- if (attack > 1)
K
=250;
- RSPEAK(
K
);
+
int k
=6;
+ if (attack > 1)
k
=250;
+ RSPEAK(
k
);
SETPRM(1,stick,0);
- RSPEAK(
K
+1+2/(1+stick));
+ RSPEAK(
k
+1+2/(1+stick));
if (stick == 0)
return true;
game.oldlc2=game.loc;