From 4cf0571705c070289a8dc50df81681d1fd2e6fde Mon Sep 17 00:00:00 2001 From: Juan Eiros Date: Thu, 2 Feb 2017 19:30:13 +0000 Subject: [PATCH] Improved readability by 100% Use your defines, man --- source/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/main.c b/source/main.c index 49520a7..ac37e9b 100644 --- a/source/main.c +++ b/source/main.c @@ -322,7 +322,7 @@ int main() { BOOL placing = TRUE; int frame = 0; - while(1) { + while(TRUE) { vid_vsync(); VBlankIntrWait(); key_poll();