diff options
| author | Selene ToyKeeper | 2021-09-10 01:28:29 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2021-09-10 01:28:29 -0600 |
| commit | bd934678b03f0448aa7fd128fe0a745651b545ce (patch) | |
| tree | 8b2407c6a6647fd1ff5e5e9b1ac61fa6545af5fa | |
| parent | fixed K9.3 builds (oops, new update_tint() needed to be compiled out for K9.3) (diff) | |
| download | anduril-bd934678b03f0448aa7fd128fe0a745651b545ce.tar.gz anduril-bd934678b03f0448aa7fd128fe0a745651b545ce.tar.bz2 anduril-bd934678b03f0448aa7fd128fe0a745651b545ce.zip | |
fixed builds which failed due to being too big (rot66, mf01-mini)
by turning off one more of the recent extra features
(can turn it back on later if the build size goes down)
| -rw-r--r-- | spaghetti-monster/anduril/cfg-ff-rot66.h | 2 | ||||
| -rw-r--r-- | spaghetti-monster/anduril/cfg-mateminco-mf01-mini.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/spaghetti-monster/anduril/cfg-ff-rot66.h b/spaghetti-monster/anduril/cfg-ff-rot66.h index 7e21fe7..48541a7 100644 --- a/spaghetti-monster/anduril/cfg-ff-rot66.h +++ b/spaghetti-monster/anduril/cfg-ff-rot66.h @@ -43,3 +43,5 @@ // too big, remove stuff to make room #undef USE_RAMP_AFTER_MOON_CONFIG +#undef USE_RAMP_SPEED_CONFIG +//#undef USE_2C_STYLE_CONFIG diff --git a/spaghetti-monster/anduril/cfg-mateminco-mf01-mini.h b/spaghetti-monster/anduril/cfg-mateminco-mf01-mini.h index 962317e..86e8c26 100644 --- a/spaghetti-monster/anduril/cfg-mateminco-mf01-mini.h +++ b/spaghetti-monster/anduril/cfg-mateminco-mf01-mini.h @@ -53,4 +53,6 @@ // too big, remove stuff to make room +#undef USE_RAMP_AFTER_MOON_CONFIG #undef USE_RAMP_SPEED_CONFIG +//#undef USE_2C_STYLE_CONFIG |
