User Tag List

Results 1 to 10 of 23

Thread: Fire Rod

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Octorok Lelouche Vi Britannia's Avatar
    Join Date
    Oct 2015
    Location
    Britannia - Area 11
    Posts
    173
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    1,114
    Level
    11
    vBActivity - Bars
    Lv. Percent
    47.45%
    Compile Error and I can't figure out what I need to do to fix it...

    Spoiler: show

    LINE 138: Syntax Error, Unexpected Identifier, Expecting RBracket or Number, on Token DOFIREROD_COMBO_POS
    FATAL ERROR P00: Can't open or parse input file!


    The line in question is here, its the first line of the DoFireRod() function....

    Code:
    void DoFireRod(){
         int q[DOFIREROD_COMBO_POS]; bool makeflame; int flags[2]={CF_CANDLE1, CF_CANDLE2}
    Any ideas?
    Lost my wings and grew 8 tentacles... I've seen enough Hentai to know where this is going....

  2. #2
    The Timelord
    QDB Manager
    ZC Developer

    Join Date
    Oct 2006
    Location
    Prydon Academy
    Posts
    1,396
    Mentioned
    112 Post(s)
    Tagged
    1 Thread(s)
    vBActivity - Stats
    Points
    4,767
    Level
    21
    vBActivity - Bars
    Lv. Percent
    70.18%
    Quote Originally Posted by Lelouche Vi Britannia View Post
    Compile Error and I can't figure out what I need to do to fix it...

    Spoiler: show

    LINE 138: Syntax Error, Unexpected Identifier, Expecting RBracket or Number, on Token DOFIREROD_COMBO_POS
    FATAL ERROR P00: Can't open or parse input file!


    The line in question is here, its the first line of the DoFireRod() function....

    Code:
    void DoFireRod(){
         int q[DOFIREROD_COMBO_POS]; bool makeflame; int flags[2]={CF_CANDLE1, CF_CANDLE2};
         int q[5];
    Any ideas?
    The declaration of the array is a find-replace error.

    Code:
    bool makeflame; int flags[2]={CF_CANDLE1, CF_CANDLE2};
    int q[5];
    I pushed the change to GitHub, and I verified that it compiles in 2.53.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Armageddon Games is a game development group founded in 1997. We are extremely passionate about our work and our inspirations are mostly drawn from games of the 8-bit and 16-bit era.
Social