summaryrefslogtreecommitdiff
path: root/UserInput.cpp
diff options
context:
space:
mode:
authorKris Parker2009-11-14 02:51:41 +0000
committerKris Parker2009-11-14 02:51:41 +0000
commit11c4bb3b2a0163011eec8f281429a2205fbb7299 (patch)
treeee0ec94ede1028c1f6ae5c424c3c2699d8d70a87 /UserInput.cpp
parentec91928edc47e8c88319a4253ab80648839aee4c (diff)
downloadstonesense-11c4bb3b2a0163011eec8f281429a2205fbb7299.tar.gz
stonesense-11c4bb3b2a0163011eec8f281429a2205fbb7299.tar.bz2
stonesense-11c4bb3b2a0163011eec8f281429a2205fbb7299.tar.xz
f10 will now cycle through all available sprite pages
Diffstat (limited to 'UserInput.cpp')
-rw-r--r--UserInput.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/UserInput.cpp b/UserInput.cpp
index 71a30ca..8362b16 100644
--- a/UserInput.cpp
+++ b/UserInput.cpp
@@ -177,7 +177,7 @@ void doKeys(){
if(key[KEY_F10]){
while(key[KEY_F10]);
- DrawSpriteIndexOverlay();
+ DoSpriteIndexOverlay();
}
}
-} \ No newline at end of file
+}