Don't abort ready phase for moving camera with keys
Rationale: The keys are equivalent to moving the mouse, but boving the mouse doesn't abort the ready phase. So this is only fair: Players should not be punished for using different controls.
file(GLOB txtnames *.txt)
file(GLOB cfgnames *.cfg)
install(FILES
types.ini
${txtnames}
${cfgnames}
DESTINATION ${SHAREPATH}Data/Names)