Date: Thu, 16 Jul 1998 19:25:19 +0300 (IDT) From: Eli Zaretskii To: Joel Rosenthal cc: djgpp AT delorie DOT com Subject: Re: problem setting my map array In-Reply-To: <01bdb0cf$784be300$b4691ace@ZZTiger.mho.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On 16 Jul 1998, Joel Rosenthal wrote: > I've declared my map array like this: > int map[MAP_HEIGHT][MAP_WIDTH]; [snip] > But DJGPP gives me this: > tile.cpp: In method `void Tile_Map::Initialize()': > tile.cpp:14: parse error before `]' How are MAP_HEIGHT and MAP_WIDTH defined?