summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/initfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/initfile.h')
-rw-r--r--crawl-ref/source/initfile.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/initfile.h b/crawl-ref/source/initfile.h
index b04b3f3850..f949f94fc8 100644
--- a/crawl-ref/source/initfile.h
+++ b/crawl-ref/source/initfile.h
@@ -26,9 +26,9 @@ enum drop_mode_type
};
god_type str_to_god(std::string god);
-int str_to_colour( const std::string &str, int default_colour = -1,
- bool accept_number = true );
-const char* colour_to_str( unsigned char colour );
+int str_to_colour(const std::string &str, int default_colour = -1,
+ bool accept_number = true);
+const std::string colour_to_str(unsigned char colour);
// last updated 12may2000 {dlb}
/* ***********************************************************************