aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2016-06-02 07:46:42 -0400
committerClyne Sullivan <tullivan99@gmail.com>2016-06-02 07:46:42 -0400
commitaa9f53090bc0bd3421bf84930a9dc6b2223033f9 (patch)
treebf52436dc5a88cc94ca939f83652901c56c6fe2e /src/ui.cpp
parent2e6369f4dbe2b49a3cb8bec3bacd6559c9733a55 (diff)
windows builddd
Diffstat (limited to 'src/ui.cpp')
-rw-r--r--src/ui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.cpp b/src/ui.cpp
index 5a7ada1..ae47234 100644
--- a/src/ui.cpp
+++ b/src/ui.cpp
@@ -1152,7 +1152,7 @@ EXIT:
toggleBlackFast();
player->canMove = true;
};
-
+
while(SDL_PollEvent(&e)) {
switch(e.type) {