summaryrefslogtreecommitdiffstats
path: root/games/larn/movem.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/larn/movem.c')
-rw-r--r--games/larn/movem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/larn/movem.c b/games/larn/movem.c
index 7239a06..d50d3ac 100644
--- a/games/larn/movem.c
+++ b/games/larn/movem.c
@@ -245,7 +245,7 @@ mmove(aa,bb,cc,dd)
if (i==OTELEPORTER) /* monster hits teleport trap */
{ flag=3; fillmonst(mitem[cc][dd]); mitem[cc][dd]=0; }
if (c[BLINDCOUNT]) return; /* if blind don't show where monsters are */
- if (know[cc][dd] & 1)
+ if (know[cc][dd] & 1)
{
p=0;
if (flag) cursors();
OpenPOWER on IntegriCloud