Complete.Org: Mailing Lists: Archives: freeciv-dev: January 2002:
[Freeciv-Dev] Re: [PATCH] switch default tileset to trident (PR#1219)
Home

[Freeciv-Dev] Re: [PATCH] switch default tileset to trident (PR#1219)

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: Mike Kaufman <mkaufman@xxxxxxxxxxxxxx>
Cc: freeciv-dev@xxxxxxxxxxx, bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Freeciv-Dev] Re: [PATCH] switch default tileset to trident (PR#1219)
From: "Ross W. Wetmore" <rwetmore@xxxxxxxxxxxx>
Date: Sat, 12 Jan 2002 12:10:00 -0500

At 08:10 PM 02/01/10 -0800, Mike Kaufman wrote:
>here's the patch. If you have an issue with it, speak soon.
>
>-mike
>
>Attachment Converted: "c:\program files\eudora\attach\trident.diff"
>

At some point this should probably look something like this. This
would use isometric view with an isometric map and trident with a
standard map.

+  if (isometric_view_supported() && get_maptype(MAP_TYPE_ISO)) {
-  if (isometric_view_supported()) {
     tileset_default = "hires";    /* Do not i18n! --dwp */
   } else {
     tileset_default = "trident";    /* Do not i18n! --dwp */
   }

I'll leave you to figure out if you just want to dummy the extra
condition to always force trident, or remove all this now and put
most of it back later.

Cheers,
RossW
=====




[Prev in Thread] Current Thread [Next in Thread]