summaryrefslogtreecommitdiffstats
path: root/pacman-c++/mainwidget.h
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2011-04-10 21:34:29 +0200
committermanuel <manuel@mausz.at>2011-04-10 21:34:29 +0200
commit817dcc4e4493fb89c6d52b5e5ce1548b6a047d08 (patch)
tree81f0eea0617d05604e6636cb020509f9ec504e6e /pacman-c++/mainwidget.h
parentd0eafb0124a39eeda6c00595a943ce9811d589c4 (diff)
downloadfoop-817dcc4e4493fb89c6d52b5e5ce1548b6a047d08.tar.gz
foop-817dcc4e4493fb89c6d52b5e5ce1548b6a047d08.tar.bz2
foop-817dcc4e4493fb89c6d52b5e5ce1548b6a047d08.zip
- first round of coding cleanup
- small sound fix
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 bd83d5f..ede3ecf 100644
--- a/pacman-c++/mainwidget.h
+++ b/pacman-c++/mainwidget.h
@@ -43,7 +43,7 @@ private:
43 Transmission::field_t m_currentKey; 43 Transmission::field_t m_currentKey;
44 44
45 // translate Qt::Key to our key format 45 // translate Qt::Key to our key format
46 Transmission::field_t translateKey(int key, int def=0); 46 Transmission::field_t translateKey(int key);
47 47
48 // game running 48 // game running
49 bool m_running; 49 bool m_running;