~ubuntu-branches/ubuntu/trusty/manaplus/trusty-proposed

« back to all changes in this revision

Viewing changes to src/resources/surfaceimagehelper.cpp

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2013-09-17 10:35:51 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20130917103551-az7p3nz9jgxwqjfn
Tags: 1.3.9.15-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
144
144
    return new Image(image, false, nullptr);
145
145
}
146
146
 
147
 
int SurfaceImageHelper::useOpenGL() const
 
147
RenderType SurfaceImageHelper::useOpenGL() const
148
148
{
149
 
    return 0;
 
149
    return RENDER_SOFTWARE;
150
150
}
151
151
 
152
152
SDL_Surface *SurfaceImageHelper::create32BitSurface(int width,