Page 2 of 2 FirstFirst 12
Results 11 to 20 of 21

Thread: isTouching()

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Brigadier General
    Join Date
    Dec 2012
    Posts
    1,012
    Thanks
    440
    Thanked 171 Times in 132 Posts
    Maybe dumb question, but how to compile it?

  2. #2
    Global Mossaderator Mitch's Avatar
    Join Date
    Nov 2012
    Posts
    654
    Thanks
    204
    Thanked 450 Times in 305 Posts
    Quote Originally Posted by Ni3ls View Post
    Maybe dumb question, but how to compile it?
    https://github.com/kungfooman/libcod...ster/README.md

    See: Working with the source / Compiling:

  3. The Following User Says Thank You to Mitch For This Useful Post:

    Ni3ls (16th June 2015)

  4. #3
    Private First Class
    Join Date
    Oct 2013
    Posts
    219
    Thanks
    56
    Thanked 105 Times in 66 Posts
    As requested, I have added disablePickup(bool) to libcod for download.
    Attached Files Attached Files

  5. The Following 3 Users Say Thank You to filthy_freak_ For This Useful Post:

    kung foo man (18th June 2015),Mitch (19th June 2015),Ni3ls (18th June 2015)

  6. #4
    Private First Class
    Join Date
    Oct 2013
    Posts
    219
    Thanks
    56
    Thanked 105 Times in 66 Posts
    I just noticed an unused variable in int disablePickup(int a1, int a2, int a3).

    Replace
    PHP Code:
    int addrtyperet 0
    With
    PHP Code:
    int ret 0

  7. The Following User Says Thank You to filthy_freak_ For This Useful Post:

    Mitch (24th June 2015)

Posting Permissions

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