~ubuntu-branches/ubuntu/precise/lordsawar/precise

« back to all changes in this revision

Viewing changes to src/Tile.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese, Barry deFreese
  • Date: 2009-10-21 08:02:12 UTC
  • mfrom: (1.1.8 upstream) (5.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20091021080212-wpmd6xdaxrgnn63y
Tags: 0.1.6-1
[ Barry deFreese ]
* New upstream release.
  + Drop libsdl-image1.2 from build-deps, no longer needed.
* Add README.source for quilt patch system.
* Clean up debian/copyright some.
* Bump Standards Version to 3.8.3. (No changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
//
5
5
//  This program is free software; you can redistribute it and/or modify
6
6
//  it under the terms of the GNU General Public License as published by
7
 
//  the Free Software Foundation; either version 2 of the License, or
 
7
//  the Free Software Foundation; either version 3 of the License, or
8
8
//  (at your option) any later version.
9
9
//
10
10
//  This program is distributed in the hope that it will be useful,
99
99
  for (iterator it = begin(); it != end(); ++it)
100
100
    {
101
101
      TileStyleSet *tilestyleset = *it;
102
 
      for (Uint32 k = 0; k < tilestyleset->size(); k++)
 
102
      for (guint32 k = 0; k < tilestyleset->size(); k++)
103
103
        {
104
104
          TileStyle *tilestyle = (*tilestyleset)[k];
105
105
          if (tilestyle->getType() == style)