Getting Angband from Github and compiling it

Collapse
This is a sticky topic.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Pete Mack
    Prophet
    • Apr 2007
    • 6697

    Instead of
    Code:
         if (no_error) {...}
    Use
    Code:
        if (info_ptr) {...}
    And get rid of silly redundant no_error flag.

    Comment

    • eastwind
      Apprentice
      • Dec 2019
      • 79

      Certainly the routine could be rewritten much better, it's very 80's. But I wanted to suggest a minimal work-around that could be added to the source base with no drama.

      Comment

      • ewert
        Knight
        • Jul 2009
        • 718

        As a FYI, on Win11 I found it hard to get any cmd line ones working (not savvy enough to figure why the preset config stuff didn't work at all), but I got the Visual Studio way working for compiling quite easily.

        Comment

        Working...
        😀
        😂
        🥰
        😘
        🤢
        😎
        😞
        😡
        👍
        👎