aboutsummaryrefslogtreecommitdiff
path: root/sword2/sword2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/sword2.cpp')
-rw-r--r--sword2/sword2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/sword2.cpp b/sword2/sword2.cpp
index 0366434042..8076df53d9 100644
--- a/sword2/sword2.cpp
+++ b/sword2/sword2.cpp
@@ -323,7 +323,7 @@ void Sword2State::go() {
InitialiseRenderCycle();
// Zdebug("RETURNED.");
- while (TRUE) {
+ while (1) {
ServiceWindows();
#ifdef _SWORD2_DEBUG