On 3/27/07, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> pkmnfrk
> 2007-03-27 17:08:59 -0700 (Tue, 27 Mar 2007)
> 118
> Fixing the map resizing issues for *ever*
>
> Tip of the day: Statically allocated arrays CANNOT be resized dynamically.
> ---
> U   wip/drawing.bas
> U   wip/loading.bas
> U   wip/mapsubs.bas
>

Starting with this revision, I get the following error whenever I
compile custom (game is fine)

FreeBASIC Compiler - Version 0.15 for linux (target:linux)
Copyright (C) 2004-2005 Andre Victor T. Vicentini ([EMAIL PROTECTED])

compiling:    custom.bas -o custom.asm
compiling:    drawing.bas -o drawing.asm
compiling:    subs.bas -o subs.asm
compiling:    subs2.bas -o subs2.asm
compiling:    subs3.bas -o subs3.asm
compiling:    mapsubs.bas -o mapsubs.asm
mapsubs.bas(158) : error 59: Illegal inside a SUB or FUNCTION, before: ')'

DIM map(), pass(), emap()
        ^
---
Bob the Hamster
_______________________________________________
ohrrpgce mailing list
[email protected]
http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org

Reply via email to