Files @ r7576:a927e2079d63
Branch filter:

Location: cpp/openttd-patchpack/source/src/rev.cpp.in

truelight
(svn r11101) -Fix r11099: the check: file_pos == 0, no longer works; adjust the check with file_slot. This solves the ? sprites with autorail (nice catch Progman)
1
2
3
4
extern const char _openttd_revision[] = "@@VERSION@@";
#ifdef __MORPHOS__
extern const char morphos_versions_tag[] = "\\0$VER: OpenTTD @@VERSION@@ (@@DATE@@)  OpenTTD Team [MorphOS, PowerPC]";
#endif