summaryrefslogtreecommitdiff
path: root/hal.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-08-01 00:14:22 +0000
committertron <tron@openttd.org>2005-08-01 00:14:22 +0000
commitfc5e2d4861dd10e751e7bc069fad77a1b0ee1513 (patch)
treebfb1d0b9f54310693b5e429b53d23b1c07727553 /hal.h
parentfcf5ace08fa0cdbb3c5a7d8f9457dcdb61741481 (diff)
downloadopenttd-fc5e2d4861dd10e751e7bc069fad77a1b0ee1513.tar.xz
(svn r2775) Deleting a file can fail, display an error message when it happens
Diffstat (limited to 'hal.h')
-rw-r--r--hal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hal.h b/hal.h
index 4a3d9cb7d..665ae386d 100644
--- a/hal.h
+++ b/hal.h
@@ -87,7 +87,7 @@ char *FiosBrowseTo(const FiosItem *item);
// Return path, free space and stringID
StringID FiosGetDescText(const char **path, uint32 *tot);
// Delete a name
-void FiosDelete(const char *name);
+bool FiosDelete(const char *name);
// Make a filename from a name
void FiosMakeSavegameName(char *buf, const char *name);