summaryrefslogtreecommitdiffstats
path: root/rogue
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2013-08-11 03:34:48 +0000
committerdholland <dholland@NetBSD.org>2013-08-11 03:34:48 +0000
commit3cc8087dc9fc44a59b361a9a2c2eb750a9fdbeef (patch)
tree145aabafdbc19c291e54ecc40747946bb69e8d22 /rogue
parent3060fd2b1e9ee71db2fbf3453737f222152ed4e3 (diff)
downloadbsdgames-darwin-3cc8087dc9fc44a59b361a9a2c2eb750a9fdbeef.tar.gz
bsdgames-darwin-3cc8087dc9fc44a59b361a9a2c2eb750a9fdbeef.tar.zst
bsdgames-darwin-3cc8087dc9fc44a59b361a9a2c2eb750a9fdbeef.zip
typo in comment
Diffstat (limited to 'rogue')
-rw-r--r--rogue/rogue.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/rogue/rogue.h b/rogue/rogue.h
index c1d860ba..9dd20c01 100644
--- a/rogue/rogue.h
+++ b/rogue/rogue.h
@@ -1,4 +1,4 @@
-/* $NetBSD: rogue.h,v 1.22 2011/08/26 06:18:17 dholland Exp $ */
+/* $NetBSD: rogue.h,v 1.23 2013/08/11 03:34:48 dholland Exp $ */
/*
* Copyright (c) 1988, 1993
@@ -221,7 +221,7 @@ struct obj { /* comment is monster meaning */
unsigned long m_flags; /* monster flags */
const char *damage; /* damage it does */
short quantity; /* hit points to kill */
- short ichar; /* 'A' is for aquatar */
+ short ichar; /* 'A' is for aquator */
short kill_exp; /* exp for killing it */
short is_protected; /* level starts */
short is_cursed; /* level ends */