summaryrefslogtreecommitdiffstats
path: root/trunk/source/beam.cc
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/source/beam.cc')
-rw-r--r--trunk/source/beam.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/source/beam.cc b/trunk/source/beam.cc
index 7de8d15ff1..afcbd0445b 100644
--- a/trunk/source/beam.cc
+++ b/trunk/source/beam.cc
@@ -4008,7 +4008,7 @@ void explosion( struct bolt &beam, bool hole_in_the_middle )
// turn buffering off
#ifdef WIN32CONSOLE
- bool oldValue;
+ bool oldValue = true;
if (!beam.isTracer)
oldValue = setBuffering(false);
#endif