aboutsummaryrefslogtreecommitdiff
path: root/Source/GameLoop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/GameLoop.cpp')
-rw-r--r--Source/GameLoop.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/GameLoop.cpp b/Source/GameLoop.cpp
index 7b520bb..8a72b4b 100644
--- a/Source/GameLoop.cpp
+++ b/Source/GameLoop.cpp
@@ -36,6 +36,11 @@ void Game::HandleKeyDown( char theChar )
{
+ case 'l':
+ if(!lasersight==1){lasersight=1;}else{lasersight=0;}
+
+ break;
+
case 'k':
if(debug)timeremaining=0;