From dced1d3df909c253111692f2efe0ff5bbe367e3e Mon Sep 17 00:00:00 2001
From: Adam Frisby
Date: Fri, 4 May 2007 04:03:56 +0000
Subject: Dunno, I must have changed something.
---
libraries/libLSL/lslByteCode.cs | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'libraries')
diff --git a/libraries/libLSL/lslByteCode.cs b/libraries/libLSL/lslByteCode.cs
index ea9e0b0..4dffe22 100644
--- a/libraries/libLSL/lslByteCode.cs
+++ b/libraries/libLSL/lslByteCode.cs
@@ -13,8 +13,8 @@ namespace libLSL
byte ins = nextInstruction();
lslOpcodes code = (lslOpcodes)ins;
- Object arg1;
- Object arg2;
+ Object arg1 = (Object)32;
+ Object arg2 = (Object)32;
switch (code)
{
@@ -117,7 +117,7 @@ namespace libLSL
/// Ze bytes!
byte[] getBytes(int num)
{
-
+ return new byte[1];
}
///
--
cgit v1.1