Some code cleanup, mainly constants

- Strip out unused constants
- Use const instead of #define
- Remove some obsolete comments
This commit is contained in:
2017-02-12 00:04:53 -05:00
parent 2b8ff52992
commit 59f2a7b94e
18 changed files with 64 additions and 214 deletions

View File

@@ -21,8 +21,6 @@
#include "winutil.hpp"
#include "choicedlog.hpp"
#define DONE_BUTTON_ITEM 1
extern cScenario scenario;
extern cTown* town;