summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorJacob1 <jfu614@gmail.com>2012-03-15 01:03:00 (GMT)
committer Jacob1 <jfu614@gmail.com>2012-03-15 01:03:00 (GMT)
commit51c8dfcef4b3c44826fe16b12b6b825daaea1efe (patch)
treefd69209c96373d80b30cd54a86cc71a3bf33e5f1 /src/main.c
parenta27d97124cb985c5e064547e55b401bbb7ec01a1 (diff)
downloadpowder-51c8dfcef4b3c44826fe16b12b6b825daaea1efe.zip
powder-51c8dfcef4b3c44826fe16b12b6b825daaea1efe.tar.gz
ngrav/amb. heat quickoptions, amb. heat drawn in heat display when on, fix render_ui position
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 9d5d847..0f70de4 100644
--- a/src/main.c
+++ b/src/main.c
@@ -2227,7 +2227,7 @@ int main(int argc, char *argv[])
}
if (x>=(XRES+BARSIZE-(510-476)) && x<=(XRES+BARSIZE-(510-491)) && !bq)
{
- render_ui(vid_buf, XRES+BARSIZE-(510-491), YRES+(MENUSIZE-19), 3);
+ render_ui(vid_buf, XRES+BARSIZE-(510-491), YRES-2, 3);
}
if (x>=(XRES+BARSIZE-(510-494)) && x<=(XRES+BARSIZE-(510-509)) && !bq)
sys_pause = !sys_pause;