From c36368c4317ef2bb6d948c64bc0287ccd4355096 Mon Sep 17 00:00:00 2001 From: "zik.saleeba" Date: Mon, 2 Mar 2009 22:19:22 +0000 Subject: [PATCH] Got rid of silly values git-svn-id: http://picoc.googlecode.com/svn/trunk@144 21eae674-98b7-11dd-bd71-f92a316d2d60 --- platform_library.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform_library.c b/platform_library.c index f6cf5a7..394b1e3 100644 --- a/platform_library.c +++ b/platform_library.c @@ -19,7 +19,7 @@ void Random(struct ParseState *Parser, struct Value *ReturnValue, struct Value * static int SomeVar = 42; static int SomeArray[4]; -static int Blobcnt = 12, Blobx1 = 34, Blobx2 = 56, Bloby1 = 78, Bloby2 = 90; +static int Blobcnt = 0, Blobx1 = 0, Blobx2 = 0, Bloby1 = 0, Bloby2 = 0; void PlatformLibraryInit() { struct ValueType *IntArrayType;