diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-04-10 22:03:57 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-04-10 22:03:57 +0000 |
commit | f97ddedaa9672c78147fc13282bd14a5be46eb19 (patch) | |
tree | b433e4f9fe285ab6b48fb0e98a8c010e8a9b73e2 /src/log.h | |
parent | 720f716ba8d98a85266b8e81a534737c6fcdcf5f (diff) | |
download | mana-f97ddedaa9672c78147fc13282bd14a5be46eb19.tar.gz mana-f97ddedaa9672c78147fc13282bd14a5be46eb19.tar.bz2 mana-f97ddedaa9672c78147fc13282bd14a5be46eb19.tar.xz mana-f97ddedaa9672c78147fc13282bd14a5be46eb19.zip |
Fixed some compiler warnings and don't try to load particle effects when no
file is set.
Diffstat (limited to 'src/log.h')
-rw-r--r-- | src/log.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -64,8 +64,8 @@ class Logger void log(const char *log_text, ...); /** - * Log an error and quit. The error will pop-up in Windows and will be - * printed to standard error everywhere else. + * Log an error and quit. The error will pop-up on Windows and Mac, and + * will be printed to standard error everywhere else. */ void error(const std::string &error_text); |