summaryrefslogtreecommitdiffstats
path: root/src/graphics/common
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2012-06-30 00:12:04 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2012-06-30 00:12:04 +0200
commite37019943cb77d8c0735b330339a139430202fd8 (patch)
tree705c83d2774db76c58dd9853b2beb25fa03968d7 /src/graphics/common
parentdb5c6b5e45134f3cce21ee7b9b5ba4ca8d1e909c (diff)
downloadcolobot-e37019943cb77d8c0735b330339a139430202fd8.tar.gz
colobot-e37019943cb77d8c0735b330339a139430202fd8.tar.bz2
colobot-e37019943cb77d8c0735b330339a139430202fd8.zip
Event handling, CApplication and switch to c++-11
- added/changed event structs and event queue in common/event.h - added event handling and some minor functions in CApplication - switched to --std=c++11 because of union in Event struct
Diffstat (limited to 'src/graphics/common')
-rw-r--r--src/graphics/common/engine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphics/common/engine.h b/src/graphics/common/engine.h
index 6d2937c..0d93ea2 100644
--- a/src/graphics/common/engine.h
+++ b/src/graphics/common/engine.h
@@ -481,7 +481,7 @@ public:
void SetLightMode(bool present);
bool RetLightMode();
- void SetEditIndentMode(bool auto);
+ void SetEditIndentMode(bool autoIndent);
bool RetEditIndentMode();
void SetEditIndentValue(int value);