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/news.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/news.h') diff --git a/src/news.h b/src/news.h index 0f5bc7cfa..e5a1675da 100644 --- a/src/news.h +++ b/src/news.h @@ -17,7 +17,7 @@ struct NewsItem { TileIndex data_a; TileIndex data_b; - uint32 params[10]; + uint64 params[10]; }; typedef bool ValidationProc ( uint data_a, uint data_b ); -- cgit v1.2.3-54-g00ecf