swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Using the Array type


From: Marcus G. Daniels
Subject: Re: Using the Array type
Date: 28 Aug 2001 08:30:53 -0600
User-agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.7

One problem with this code is that it loops outside of the bounds of
the world, a Grid2d (presumably).

  for (y = worldYSize - 8; y < worldYSize + 8; y++)
    for (x = worldXSize - 8; x < worldXSize + 8; x++)

                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]