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:
ad9c53a
)
Syntax error
author
NHOrus
<jy6x2b32pie9@yahoo.com>
Sun, 13 Aug 2017 14:58:35 +0000
(15:58 +0100)
committer
NHOrus
<jy6x2b32pie9@yahoo.com>
Sun, 13 Aug 2017 14:58:35 +0000
(15:58 +0100)
saveresume.c
patch
|
blob
|
history
diff --git
a/saveresume.c
b/saveresume.c
index 724ca001b2c61dd3110fe26686c99e6eea05e832..c1b5eb202bb52f09b1f3ab963c7ec6bb666c2384 100644
(file)
--- a/
saveresume.c
+++ b/
saveresume.c
@@
-162,7
+162,7
@@
bool is_valid(struct game_t valgame)
/* Bounds check for dwarves */
if (valgame.dtotal < 0 || valgame.dtotal > NDWARVES ||
- valgame.dkill < 0 || valgame.dkill > NDWARV
V
ES) {
+ valgame.dkill < 0 || valgame.dkill > NDWARVES) {
return false;
}