summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/beam.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/beam.cc')
-rw-r--r--crawl-ref/source/beam.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/beam.cc b/crawl-ref/source/beam.cc
index 5027becf19..e4f962eaef 100644
--- a/crawl-ref/source/beam.cc
+++ b/crawl-ref/source/beam.cc
@@ -1328,7 +1328,7 @@ void fire_beam( bolt &pbolt, item_def *item )
#ifdef WIN32CONSOLE
bool oldValue = true;
if (!pbolt.is_tracer)
- oldValue = setBuffering(false);
+ oldValue = set_buffering(false);
#endif
while(!beamTerminate)
@@ -1501,7 +1501,7 @@ void fire_beam( bolt &pbolt, item_def *item )
// that's it!
#ifdef WIN32CONSOLE
if (!pbolt.is_tracer)
- setBuffering(oldValue);
+ set_buffering(oldValue);
#endif
} // end fire_beam();
@@ -4193,7 +4193,7 @@ void explosion( bolt &beam, bool hole_in_the_middle )
#ifdef WIN32CONSOLE
bool oldValue = true;
if (!beam.is_tracer)
- oldValue = setBuffering(false);
+ oldValue = set_buffering(false);
#endif
// --------------------- begin boom ---------------
@@ -4247,7 +4247,7 @@ void explosion( bolt &beam, bool hole_in_the_middle )
#ifdef WIN32CONSOLE
if (!beam.is_tracer)
- setBuffering(oldValue);
+ set_buffering(oldValue);
#endif
// duplicate old behaviour - pause after entire explosion