1567595def
Most of these were defining various integers as char types, probably in the naive belief that this is necessarily good because it uses less RAM. There were also several unnecessary unsigned ints, though. These have all been changed to just "int", so the compiler can decide exactly what type to use. |
||
---|---|---|
data | ||
docs | ||
gfx | ||
music | ||
sound | ||
src | ||
.gitignore | ||
COPYING | ||
LICENSES | ||
Makefile |