From af65a4e054eb0cb18f736776f7fa3bcc29e4eb9c Mon Sep 17 00:00:00 2001 From: haranp Date: Sat, 4 Aug 2007 21:43:38 +0000 Subject: Minor code review of the Beogh idol revenge and Trog/Ely destruction stuff. Xom won't protect you from Beogh revenge, too capricious for that. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1969 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/direct.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/direct.cc') diff --git a/crawl-ref/source/direct.cc b/crawl-ref/source/direct.cc index c08a7fa406..d8dcb66f74 100644 --- a/crawl-ref/source/direct.cc +++ b/crawl-ref/source/direct.cc @@ -302,7 +302,7 @@ void direction(dist& moves, targeting_type restricts, } bool show_prompt = true; - while (1) + while (true) { // Prompts might get scrolled off if you have too few lines available. // We'll live with that. -- cgit v1.2.3-54-g00ecf