Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5372 in orxonox.OLD for trunk/src/util


Ignore:
Timestamp:
Oct 13, 2005, 12:40:04 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: nicer rendering of the Shell

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/resource_manager.cc

    r5366 r5372  
    3131#ifndef NO_TEXT
    3232#include "font.h"
    33 #include "text.h" //!< @todo this should not be included here. -> make FONT independant of SIZE...
    3433#endif /* NO_TEXT */
    3534#ifndef NO_AUDIO
     
    365364              tmpResource->ttfSize = *(unsigned int*)param1;
    366365            else
    367               tmpResource->ttfSize = TEXT_DEFAULT_SIZE;
     366              tmpResource->ttfSize = FONT_DEFAULT_RENDER_SIZE;
    368367
    369368          if(isFile(fullName))
     
    621620              if (param1 == NULL)
    622621                {
    623                   if (enumRes->ttfSize == TEXT_DEFAULT_SIZE)
     622                  if (enumRes->ttfSize == FONT_DEFAULT_RENDER_SIZE)
    624623                    match = true;
    625624                }
Note: See TracChangeset for help on using the changeset viewer.