diff options
author | rubidium <rubidium@openttd.org> | 2011-11-14 21:39:14 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2011-11-14 21:39:14 +0000 |
commit | 387e410f3e7898cadec041f2849bc949810544bb (patch) | |
tree | aba21e7a083360b9a792608ffdbb09cb0685f519 /os/os2/installer/remove_opengfx.cmd | |
parent | 79b82b56a8bf3faf7733afe02470c20ce3cbfa47 (diff) | |
download | openttd-387e410f3e7898cadec041f2849bc949810544bb.tar.xz |
(svn r23221) -Codechange: update the documentation and installers regarding the new directories
Diffstat (limited to 'os/os2/installer/remove_opengfx.cmd')
-rw-r--r-- | os/os2/installer/remove_opengfx.cmd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/os2/installer/remove_opengfx.cmd b/os/os2/installer/remove_opengfx.cmd index 3efe7a7d5..71465d167 100644 --- a/os/os2/installer/remove_opengfx.cmd +++ b/os/os2/installer/remove_opengfx.cmd @@ -3,8 +3,8 @@ if "%1" == "" goto err echo Removing OpenGFX... -del %1\data\opengfx\*.* /n -rmdir %1\data\opengfx +del %1\baseset\opengfx\*.* /n +rmdir %1\baseset\opengfx echo OpenGFX has been removed. goto end |