Results 1 to 10 of 14

Thread: loading set from file

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #5
    it's a byte not a string. I just let the compiler number them
    Code:
    type 
       {$PACKENUM 1} 
       eBlockTypes = (btNone,btUndefined,btStone, btYellowFlower, btWoodBrown);
    
    ...
    
    mineralsNonBlocking:=[btNone]+mineralsOxygen;
    Last edited by laggyluk; 17-07-2013 at 06:44 AM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •