summaryrefslogtreecommitdiffstats
path: root/pacman-c++/mainwidget.h
diff options
context:
space:
mode:
authortotycro <totycro@unknown-horizons.org>2011-04-09 19:36:24 +0200
committertotycro <totycro@unknown-horizons.org>2011-04-09 19:36:24 +0200
commit8af916b731ab9e9264d35359ba9bbb01a8bdaa49 (patch)
treeaff84baf5dc3c746ce83becb80b56ef3efd8a92b /pacman-c++/mainwidget.h
parent4f88849caf6533d965849952c9ea153fd8c518c5 (diff)
downloadfoop-8af916b731ab9e9264d35359ba9bbb01a8bdaa49.tar.gz
foop-8af916b731ab9e9264d35359ba9bbb01a8bdaa49.tar.bz2
foop-8af916b731ab9e9264d35359ba9bbb01a8bdaa49.zip
minor adaptions
Diffstat (limited to 'pacman-c++/mainwidget.h')
-rw-r--r--pacman-c++/mainwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pacman-c++/mainwidget.h b/pacman-c++/mainwidget.h
index eaa8be0..04beec2 100644
--- a/pacman-c++/mainwidget.h
+++ b/pacman-c++/mainwidget.h
@@ -45,7 +45,7 @@ private:
45 Transmission::field_t m_currentKey; 45 Transmission::field_t m_currentKey;
46 46
47 // translate Qt::Key to our key format 47 // translate Qt::Key to our key format
48 Transmission::field_t translateKey(int); 48 Transmission::field_t translateKey(int key, int def=0);
49 49
50 // game running 50 // game running
51 bool m_running; 51 bool m_running;