aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2017-01-06 15:57:35 -0500
committerClyne Sullivan <tullivan99@gmail.com>2017-01-06 15:57:35 -0500
commit81ffc208ba15e77c1771f798907ee7e2a6331b3d (patch)
tree6c7ad1011a7ea7d956a76c860d546317d4f418a3 /src/ui.cpp
parenta77877d65dfa1ee74407d94e221f2c737fdf20dd (diff)
explosions (crashes)
Diffstat (limited to 'src/ui.cpp')
-rw-r--r--src/ui.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui.cpp b/src/ui.cpp
index 6383cca..09a87bf 100644
--- a/src/ui.cpp
+++ b/src/ui.cpp
@@ -1284,7 +1284,6 @@ void InputSystem::update(entityx::EntityManager &en, entityx::EventManager &ev,
case SDLK_b:
if (debug)
posFlag ^= true;
-
break;
case SDLK_F12:
// Make the BYTE array, factor of 3 because it's RBG.