mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-18 21:18:10 +00:00
(svn r13901) -Fix: make sure REV_NR isn't empty, rev.cpp would fail to compile
This commit is contained in:
parent
10f450e2d4
commit
c04965c8db
@ -143,9 +143,11 @@ endif
|
||||
endif
|
||||
endif
|
||||
|
||||
# Make sure we have something in REV
|
||||
# Make sure we have something in REV and REV_NR
|
||||
ifeq ($(REV),)
|
||||
REV := norev000
|
||||
endif
|
||||
ifeq ($(REV_NR),)
|
||||
REV_NR := 0
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user