From ec2b513fe5816ff9261d7425f3f61961581f4db7 Mon Sep 17 00:00:00 2001 From: Anna Wiggins Date: Fri, 1 Jul 2011 11:43:19 -0400 Subject: [PATCH] We don't need much, so drop the framerate to make the game eat almost no CPU --- gamestate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gamestate.cpp b/gamestate.cpp index adc38a0..2b981ed 100644 --- a/gamestate.cpp +++ b/gamestate.cpp @@ -1,6 +1,6 @@ #include "gamestate.h" -unsigned int GameState::FPS = 60; +unsigned int GameState::FPS = 20; GameState::GameState(stack* state_stack, SDL_Surface* display) {