summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2011-10-21 18:41:12 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-10-21 18:41:12 (GMT)
commit9cf65de1c369e91ba9de1a9cbceab7ba9131c89d (patch)
tree224cdf096c61c39c7b3283ae055e8e6b6a6b9c68 /src/main.c
parent08009ebbaac9abd7941f5057a2289cbbbde4c5ee (diff)
downloadpowder-9cf65de1c369e91ba9de1a9cbceab7ba9131c89d.zip
powder-9cf65de1c369e91ba9de1a9cbceab7ba9131c89d.tar.gz
Quick options menu
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 9ac79cd..9052730 100644
--- a/src/main.c
+++ b/src/main.c
@@ -2613,6 +2613,8 @@ int main(int argc, char *argv[])
luacon_step(x/sdl_scale, y/sdl_scale,sl,sr);
#endif
+ quickoptions_menu(vid_buf, b, bq, x, y);
+
for (i=0; i<SC_TOTAL; i++)//draw all the menu sections
{
draw_menu(vid_buf, i, active_menu);