From 8c7e67905dd591275c8a437ef6c80f7beec072f5 Mon Sep 17 00:00:00 2001 From: allenseitz Date: Tue, 9 Sep 2014 13:05:58 +0000 Subject: [PATCH] Added a screenshot feature to the main game loop. --- src/source/gameplayMode.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/source/gameplayMode.cpp b/src/source/gameplayMode.cpp index 543e15a..4cd6b71 100644 --- a/src/source/gameplayMode.cpp +++ b/src/source/gameplayMode.cpp @@ -401,11 +401,6 @@ void mainGameplayLoop(UTIME dt) } } - if ( k == KEY_PRTSCR ) - { - rm.screenshot(); - } - if ( k == KEY_F10 ) { autoplay = !autoplay;