summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2020-11-10 23:32:33 +0000
committerchristos <christos@NetBSD.org>2020-11-10 23:32:33 +0000
commit1efdd67c998d7c430f5a581490818af579f620e2 (patch)
treefc8eac5e86fb8b8aef70332b7ee2dba835b3484d
parent32b010919b0091e972229146a764825a36b404c4 (diff)
downloadbsdgames-darwin-1efdd67c998d7c430f5a581490818af579f620e2.tar.gz
bsdgames-darwin-1efdd67c998d7c430f5a581490818af579f620e2.tar.zst
bsdgames-darwin-1efdd67c998d7c430f5a581490818af579f620e2.zip
remove error(1) comments
-rw-r--r--warp/play.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/warp/play.c b/warp/play.c
index a26f76c7..83452aea 100644
--- a/warp/play.c
+++ b/warp/play.c
@@ -138,8 +138,6 @@ play(void)
possiblescore += 5000;
}
if (apolloflag & 2) {
-/*###141 [cc] warning: array subscript has type 'char' [-Wchar-subscripts]%%%*/
-/*###141 [cc] warning: array subscript has type 'char' [-Wchar-subscripts]%%%*/
if (blast[realapollo->posy][realapollo->posx] <= 32000)
bvely = bvelx = 0;
realapollo->energy = 32000;