From 95b8b49b7602e4e2d3cd9e38273fa94451bec780 Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Tue, 18 Dec 2001 02:23:39 +0000 Subject: More Warning cleanups (Tim Beckmann) --- src/win95/chnktype.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/win95/chnktype.cpp') diff --git a/src/win95/chnktype.cpp b/src/win95/chnktype.cpp index d09728e..754dc7d 100644 --- a/src/win95/chnktype.cpp +++ b/src/win95/chnktype.cpp @@ -179,9 +179,9 @@ ChunkVector& ChunkVector::operator-=(const ChunkVector& a) ChunkVector::operator VECTORCH () const { VECTORCH v; - v.vx = x; - v.vy = y; - v.vz = z; + v.vx = (int)x; + v.vy = (int)y; + v.vz = (int)z; return(v); } -- cgit v1.3