I hearby vow to never double-click an Angband exe file again!
Instead I'm always going to use a 'runme.bat' file with contents like ...
Forgetting to delete .raw files before compiling can cause freaky-ass run-time errors that are nearly impossible to debug. (I just wasted an hour or two because it was calling 'refuel_lamp' from the middle of processing monster.raw )
Instead I'm always going to use a 'runme.bat' file with contents like ...
Code:
del .\lib\data\*.raw /Q angband65
Comment