mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-16 00:12:51 +00:00
(svn r2311) - Fix: eh, forgot to remove moved function.
This commit is contained in:
parent
2aa94201dc
commit
0269361b28
7
sdl.c
7
sdl.c
@ -232,13 +232,6 @@ static void DrawSurfaceToScreen(void)
|
||||
}
|
||||
}
|
||||
|
||||
static int CDECL compare_res(const void *pa, const void *pb)
|
||||
{
|
||||
int x = ((const uint16*)pa)[0] - ((const uint16*)pb)[0];
|
||||
if (x != 0) return x;
|
||||
return ((const uint16*)pa)[1] - ((const uint16*)pb)[1];
|
||||
}
|
||||
|
||||
static const uint16 default_resolutions[][2] = {
|
||||
{ 640, 480},
|
||||
{ 800, 600},
|
||||
|
Loading…
Reference in New Issue
Block a user