mirror of https://github.com/OpenTTD/OpenTTD
(svn r18886) -Fix (r18884): Spurious casting
parent
bb71c61ee1
commit
16e621c939
|
@ -105,7 +105,7 @@ public:
|
||||||
|
|
||||||
FORCEINLINE size_t Remaining() const
|
FORCEINLINE size_t Remaining() const
|
||||||
{
|
{
|
||||||
return (int)(end - data);
|
return end - data;
|
||||||
}
|
}
|
||||||
|
|
||||||
FORCEINLINE bool HasData() const
|
FORCEINLINE bool HasData() const
|
||||||
|
|
Loading…
Reference in New Issue