From 97f893ae2f262fc0521b785b8cf73661f1ce6f95 Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 22 Jan 2005 22:47:58 +0000 Subject: (svn r1596) Add some more statics --- misc_gui.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc_gui.c') diff --git a/misc_gui.c b/misc_gui.c index e9a9e02cb..efa9ffa00 100644 --- a/misc_gui.c +++ b/misc_gui.c @@ -1514,7 +1514,7 @@ static int32 ClickChangePlayerCheat(int32 p1, int32 p2) } // p1 -1 or +1 (down/up) -int32 ClickChangeClimateCheat(int32 p1, int32 p2) +static int32 ClickChangeClimateCheat(int32 p1, int32 p2) { if(p1==-1) p1 = 3; if(p1==4) p1 = 0; @@ -1527,7 +1527,7 @@ int32 ClickChangeClimateCheat(int32 p1, int32 p2) extern void EnginesMonthlyLoop(void); // p2 1 (increase) or -1 (decrease) -int32 ClickChangeDateCheat(int32 p1, int32 p2) +static int32 ClickChangeDateCheat(int32 p1, int32 p2) { YearMonthDay ymd; ConvertDayToYMD(&ymd, _date); -- cgit v1.2.3-54-g00ecf