Re: [Ohrrpgce] SVN: james/1187 declare door link array "as DoorLink" rather than "as door"

2007-07-17 Thread Mike Caron
On 7/17/07, James Paige <[EMAIL PROTECTED]> wrote:
> On Tue, Jul 17, 2007 at 03:32:38PM -0500, Mike Caron wrote:
> > On 7/17/07, [EMAIL PROTECTED]
> > <[EMAIL PROTECTED]> wrote:
> > > james
> > > 2007-07-17 09:12:59 -0700 (Tue, 17 Jul 2007)
> > > 115
> > > declare door link array "as DoorLink" rather than "as door"
> > > This fixes compile problems from the last two checkins
> >
> > Did this fix the build problem you mentioned before? I know I missed
> > this, but I was going to fix it with a commit today, when I got the
> > rest of the code working.
>
> Yeah, that fixed it. I was wrong about it being an fb 0.17 syntax thing.
>
> > The reason I am doing this is to hopefully eliminate out-of-bounds
> > array accesses by getting rid of all that foo(600 + i) code, replacing
> > it with foo(i).bar, which is more difficult to screw up.
>
> It will certainly read cleaner :)

:) And, I promise to test it thoroughly.

-- 
Mike Caron
Tale of the Cave
http://taleofthecave.com
___
ohrrpgce mailing list
ohrrpgce@lists.motherhamster.org
http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org


Re: [Ohrrpgce] SVN: james/1187 declare door link array "as DoorLink" rather than "as door"

2007-07-17 Thread James Paige
On Tue, Jul 17, 2007 at 03:32:38PM -0500, Mike Caron wrote:
> On 7/17/07, [EMAIL PROTECTED]
> <[EMAIL PROTECTED]> wrote:
> > james
> > 2007-07-17 09:12:59 -0700 (Tue, 17 Jul 2007)
> > 115
> > declare door link array "as DoorLink" rather than "as door"
> > This fixes compile problems from the last two checkins
> 
> Did this fix the build problem you mentioned before? I know I missed
> this, but I was going to fix it with a commit today, when I got the
> rest of the code working.

Yeah, that fixed it. I was wrong about it being an fb 0.17 syntax thing.

> The reason I am doing this is to hopefully eliminate out-of-bounds
> array accesses by getting rid of all that foo(600 + i) code, replacing
> it with foo(i).bar, which is more difficult to screw up.

It will certainly read cleaner :)

---
James Paige
___
ohrrpgce mailing list
ohrrpgce@lists.motherhamster.org
http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org


Re: [Ohrrpgce] SVN: james/1187 declare door link array "as DoorLink" rather than "as door"

2007-07-17 Thread Mike Caron
On 7/17/07, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> james
> 2007-07-17 09:12:59 -0700 (Tue, 17 Jul 2007)
> 115
> declare door link array "as DoorLink" rather than "as door"
> This fixes compile problems from the last two checkins

Did this fix the build problem you mentioned before? I know I missed
this, but I was going to fix it with a commit today, when I got the
rest of the code working.

The reason I am doing this is to hopefully eliminate out-of-bounds
array accesses by getting rid of all that foo(600 + i) code, replacing
it with foo(i).bar, which is more difficult to screw up.

-- 
Mike Caron
Tale of the Cave
http://taleofthecave.com
___
ohrrpgce mailing list
ohrrpgce@lists.motherhamster.org
http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org


[Ohrrpgce] SVN: james/1187 declare door link array "as DoorLink" rather than "as door"

2007-07-17 Thread subversion
james
2007-07-17 09:12:59 -0700 (Tue, 17 Jul 2007)
115
declare door link array "as DoorLink" rather than "as door"
This fixes compile problems from the last two checkins
---
U   wip/loading.bas

___
ohrrpgce mailing list
ohrrpgce@lists.motherhamster.org
http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org