From 0e9d3d0bc81167c3dd4c0ecc0ebb51de3ebdb4fc Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Mon, 14 Oct 2019 20:57:15 +0200 Subject: GUI: Fix warnings --- gui/about.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gui') diff --git a/gui/about.cpp b/gui/about.cpp index 11c240bea0..825aab4053 100644 --- a/gui/about.cpp +++ b/gui/about.cpp @@ -874,7 +874,7 @@ void EE::docollisions() { void EE::computer0() { - int ystep, destx, dx, rndoff, dest; + int ystep, destx, dx, rndoff, dest = 0; _keymove[0][kDirUp] = 0; if (_tby < _bytop) _bytop = _tby; @@ -961,7 +961,7 @@ void EE::computer0() { } void EE::computer1() { - int ystep, destx, dx, rndoff, dest; + int ystep, destx, dx, rndoff, dest = 0; _keymove[1][kDirUp] = 0; if (_tby < _bytop) _bytop = _tby; -- cgit v1.2.3