mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-04 13:23:46 +00:00
(svn r14068) -Fix (r14056): MSVC doesn't support typeof.
This commit is contained in:
parent
2d94337e1a
commit
e5bdcfaf9e
@ -99,7 +99,7 @@ struct IConsoleLine {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (item->time != MAX_UVALUE(typeof(item->time))) item->time++;
|
if (item->time != MAX_UVALUE(uint16)) item->time++;
|
||||||
}
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user