misc_gui.c
changeset 1095 90220990fd7c
parent 1093 e8d26c7dc42f
child 1105 b3003b14e45c
--- a/misc_gui.c	Sat Jan 22 22:46:10 2005 +0000
+++ b/misc_gui.c	Sat Jan 22 22:47:58 2005 +0000
@@ -1514,7 +1514,7 @@
 }
 
 // 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 @@
 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);