summaryrefslogtreecommitdiffstats
path: root/src/common/profile.h
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2013-06-16 21:39:21 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2013-06-16 21:54:36 +0200
commit7874aca10ce6da823f88e8aabe4a0ea6431cc480 (patch)
tree6ab2e5e4dd0dcb4263701ca44a1edf08b0f101f7 /src/common/profile.h
parent7cf88118885699a23daa4768285d512fc06d5a2a (diff)
downloadcolobot-7874aca10ce6da823f88e8aabe4a0ea6431cc480.tar.gz
colobot-7874aca10ce6da823f88e8aabe4a0ea6431cc480.tar.bz2
colobot-7874aca10ce6da823f88e8aabe4a0ea6431cc480.zip
Enhanced logging, option to auto-start mission
* added logging of application events * changed debug mode flag to independent debug modes * added option to auto-start mission (load a mission immediately after startup) * removed "enum value out of range" prints * some refactoring
Diffstat (limited to 'src/common/profile.h')
-rw-r--r--src/common/profile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/profile.h b/src/common/profile.h
index 8ea2aee..f084ece 100644
--- a/src/common/profile.h
+++ b/src/common/profile.h
@@ -43,7 +43,7 @@ class CProfile : public CSingleton<CProfile>
{
public:
CProfile();
- ~CProfile();
+ virtual ~CProfile();
/** Loads colobot.ini from current directory
* \return return true on success