diff options
| author | jacksonmj <mj-pt@jacksonmj.co.uk> | 2011-05-21 10:25:19 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2011-05-24 13:49:08 (GMT) |
| commit | fc4de9640cedaaf73e3f43610492be8d92313929 (patch) | |
| tree | 85c107f1de8fe7b2bedb77734c9badca2129cee4 /src/main.c | |
| parent | 128e8c1ff8a27ae96b414bed4cc8f5a294063136 (diff) | |
| download | powder-fc4de9640cedaaf73e3f43610492be8d92313929.zip powder-fc4de9640cedaaf73e3f43610492be8d92313929.tar.gz | |
Fix sim options description, GOO and DEUT
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2993,7 +2993,7 @@ int main(int argc, char *argv[]) drawtext(vid_buf, 16, YRES-24, "Click-and-drag to specify a rectangle to copy (right click = cancel).", 255, 216, 32, da*5); break; case 270: - drawtext(vid_buf, 16, YRES-24, "Enable or disable compatibility mode (disables heat simulation).", 255, 255, 255, da*5); + drawtext(vid_buf, 16, YRES-24, "Simulation options", 255, 255, 255, da*5); break; case 271: drawtext(vid_buf, 16, YRES-24, "You're a moderator", 255, 255, 255, da*5); |
