summaryrefslogtreecommitdiff
path: root/src/console/ConsoleView.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-06-11 12:39:39 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-06-11 12:39:39 (GMT)
commit3205df3a2188e6e314d7393381403dd04cd85623 (patch)
tree5f3ec4728b3d4edd7eead8a581abead144eb2b07 /src/console/ConsoleView.h
parent5eb9370fc185103f3f8700f7da31525d5e862f81 (diff)
downloadpowder-3205df3a2188e6e314d7393381403dd04cd85623.zip
powder-3205df3a2188e6e314d7393381403dd04cd85623.tar.gz
Saving and loading other flags from GameSave, remove old saveloader
Diffstat (limited to 'src/console/ConsoleView.h')
-rw-r--r--src/console/ConsoleView.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/console/ConsoleView.h b/src/console/ConsoleView.h
index bb1a98e..f118293 100644
--- a/src/console/ConsoleView.h
+++ b/src/console/ConsoleView.h
@@ -27,7 +27,7 @@ class ConsoleView: public ui::Window {
public:
ConsoleView();
virtual void OnDraw();
- virtual void OnKeyPress(int key, Uint16 character, bool shift, bool ctrl, bool alt);
+ virtual void DoKeyPress(int key, Uint16 character, bool shift, bool ctrl, bool alt);
void AttachController(ConsoleController * c_) { c = c_; }
void NotifyPreviousCommandsChanged(ConsoleModel * sender);
void NotifyCurrentCommandChanged(ConsoleModel * sender);