From 0b34c9aefe342c6ffe11d2d4720d7c06c157e04d Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 21 Jun 2007 19:08:47 +0000 Subject: (svn r10262) -Fix (r10258): some places that needed to be changed to uint64 were hidden/forgotten, which caused memory corruptions and that in caused all kinds of assertions to trigger. --- src/texteff.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/texteff.cpp') diff --git a/src/texteff.cpp b/src/texteff.cpp index ca3bdf4cf..e5c29a4c7 100644 --- a/src/texteff.cpp +++ b/src/texteff.cpp @@ -35,8 +35,8 @@ struct TextEffect { int32 right; int32 bottom; uint16 duration; - uint32 params_1; - uint32 params_2; + uint64 params_1; + uint64 params_2; TextEffectMode mode; }; -- cgit v1.2.3-54-g00ecf