From 566a99932bbae59aaf3e4e252198830a100d1e1f Mon Sep 17 00:00:00 2001 From: Frank Zago Date: Fri, 29 May 2009 03:03:19 +0000 Subject: [PATCH] Enable key repeats. Useful for the map selection screen. --- client/CMT.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/CMT.cpp b/client/CMT.cpp index 60affcafe..7d82a03b4 100644 --- a/client/CMT.cpp +++ b/client/CMT.cpp @@ -153,6 +153,8 @@ int main(int argc, char** argv) tlog0<<"Initialization CPreGame (together): "<musich->playMusic(musicBase::mainMenu, -1); StartInfo *options = new StartInfo(cpg->runLoop());