Files @ r25832:31ae4f709a39
Branch filter:

Location: cpp/openttd-patchpack/source/cmake/FindPandoc.cmake

Loïc Guilloux
Feature: Persistant rotation of numbered auto/netsave after restart (#9397)

It was always starting from 0 on openttd restart.
Now the most recent auto/netsave number will be used as a base to generate the next filename.
1
2
3
if(NOT EXISTS ${PANDOC_EXECUTABLE})
    find_program(PANDOC_EXECUTABLE pandoc)
endif()