~silwol/freenukum/trunk

« back to all changes in this revision

Viewing changes to src/fn_msgbox.c

  • Committer: Wolfgang Silbermayr
  • Date: 2009-02-19 10:53:10 UTC
  • Revision ID: wolfgang@silbermayr.at-20090219105310-luu62zj5a39jdd5e
Renaming FnTile to FnTexture.

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
      else continue;
119
119
      r.x = j * pixelsize * FN_FONT_WIDTH;
120
120
      r.y = i * pixelsize * FN_FONT_HEIGHT;
121
 
      fn_tile_blit_to_sdl_surface(
 
121
      fn_texture_blit_to_sdl_surface(
122
122
          fn_environment_get_tile(env, tilenr),
123
123
          NULL,
124
124
          msgbox,