From 5912c402ca0596a54e98543ffb7fa4b1cd29d78f Mon Sep 17 00:00:00 2001 From: Daveo Date: Wed, 11 Jul 2001 16:17:05 +0000 Subject: [PATCH] --- source/platform/pfishhk.cpp | 2 +- source/platform/ppendulm.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/platform/pfishhk.cpp b/source/platform/pfishhk.cpp index 76b0e21fe..c9b186903 100644 --- a/source/platform/pfishhk.cpp +++ b/source/platform/pfishhk.cpp @@ -156,7 +156,7 @@ void CNpcFishHookPlatform::render() { y2 = VidGetScrH(); } - DrawLine( x1, y1, x2, y2, 0, 0, 0, 0 ); + DrawLine( x1, y1, x2, y2, 0, 0, 0, 8 ); } } diff --git a/source/platform/ppendulm.cpp b/source/platform/ppendulm.cpp index d46fac5d4..02f7d16c0 100644 --- a/source/platform/ppendulm.cpp +++ b/source/platform/ppendulm.cpp @@ -191,7 +191,7 @@ void CNpcPendulumPlatform::render() { if ( y2Boundary >= 0 && y1Boundary <= VidGetScrH() ) { - DrawLine( x1, y1, x2, y2, 0, 0, 0, 0 ); + DrawLine( x1, y1, x2, y2, 0, 0, 0, 8 ); } } }