X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/093c5c713faec1577367d7bb55791481766db06b..46e4fa54e7da3e4d0c0ba448a3ab9b16b5077664:/src/mapcache.c diff --git a/src/mapcache.c b/src/mapcache.c index b6e1ed76..f697252d 100644 --- a/src/mapcache.c +++ b/src/mapcache.c @@ -132,7 +132,7 @@ GdkPixbuf *a_mapcache_get ( gint x, gint y, gint z, guint8 type, guint zoom, gui return g_hash_table_lookup ( cache, key ); } -void a_mapcache_remove_all_shrinkfactors ( guint16 x, guint16 y, guint16 z, guint8 type, guint zoom ) +void a_mapcache_remove_all_shrinkfactors ( gint x, gint y, gint z, guint8 type, guint zoom ) { char key[40]; List *loop = queue_tail;