summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2017-12-03 11:25:59 +0300
committerOxore <oxore@protonmail.com>2017-12-03 11:25:59 +0300
commitabe78bde6db9f396225199d110d64d97b29c6d51 (patch)
treeb766f80ea8aba3a3022c56f990b3000836b3baee /src/main.c
parentd9a557766998eb4dd1d22010b23911ec97c31b14 (diff)
Change color scheme; add screenshots
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 0677e11..7608cb1 100644
--- a/src/main.c
+++ b/src/main.c
@@ -112,7 +112,7 @@ void menuLoop() {
void mainLoop() {
while (sfRenderWindow_isOpen(w.window)) {
handleWindowEvents();
- sfRenderWindow_clear(w.window, sfBlack);
+ sfRenderWindow_clear(w.window, UIBGCOLOR);
if (game.isStarted) {
gameLoop();
} else {