Files @ r28210:eaa3026e9a5f
Branch filter:

Location: cpp/openttd-patchpack/source/src/spriteloader/CMakeLists.txt

rubidium42
Remove: ZOOM_LVL_COUNT

This is the only enumeration with a COUNT and END. The logic of the COUNT
implied that BEGIN could be non-zero, but all but two uses of zoom level
assume that BEGIN is zero, making the separate count only confusing.
1
2
3
4
5
6
7
add_files(
    grf.cpp
    grf.hpp
    sprite_file.cpp
    sprite_file_type.hpp
    spriteloader.hpp
)