summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorjacksonmj <mj-pt@jacksonmj.co.uk>2011-02-19 15:50:25 (GMT)
committer jacksonmj <mj-pt@jacksonmj.co.uk>2011-02-19 15:51:10 (GMT)
commite640e2dd4200b1c3ca778626a5479d385170b213 (patch)
treeeb9a05ccc5caab50d8806ce85116805b7e21181e /src/main.c
parenta2091ede7646388e9bfd9d679d90bdb70affd507 (diff)
downloadpowder-e640e2dd4200b1c3ca778626a5479d385170b213.zip
powder-e640e2dd4200b1c3ca778626a5479d385170b213.tar.gz
Always save last display mode
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 67dc088..46f99b1 100644
--- a/src/main.c
+++ b/src/main.c
@@ -2330,7 +2330,6 @@ int main(int argc, char *argv[])
set_cmode((cmode+(CM_COUNT-1)) % CM_COUNT);
}
}
- save_presets(0);
}
if (x>=(XRES+BARSIZE-(510-494)) && x<=(XRES+BARSIZE-(510-509)) && !bq)
sys_pause = !sys_pause;