summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2012-08-13 18:17:54 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2012-08-13 18:17:54 +0200
commita2dd39960b5851f8e62adf59b11b36ba14626468 (patch)
treeffbbbdd733cbfb553257db1dff8757e0c0cfa655 /src
parentb68dfcd15576605a1748838f2459bac1ea8cf228 (diff)
downloadcolobot-a2dd39960b5851f8e62adf59b11b36ba14626468.tar.gz
colobot-a2dd39960b5851f8e62adf59b11b36ba14626468.tar.bz2
colobot-a2dd39960b5851f8e62adf59b11b36ba14626468.zip
Fix
Diffstat (limited to 'src')
-rw-r--r--src/common/event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/event.h b/src/common/event.h
index 1cfab35..87c825e 100644
--- a/src/common/event.h
+++ b/src/common/event.h
@@ -642,7 +642,7 @@ enum ActiveEventFlags
struct ActiveEventData
{
//! Flags (bitmask of enum values ActiveEventFlags)
- unsigned char flags = 0;
+ unsigned char flags;
//! True if the focus was gained; false otherwise
bool gain;