Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 28, 2007, 12:56:17 AM (16 years ago)
Author:
landauf
Message:

added a new class: Language
it's a manager for different language files to store translations of ingame text (it uses the default text, defined in the code, if no translation in the configured language is available)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/orxonox/core/CoreIncludes.h

    r703 r704  
    144144
    145145/**
    146     @brief Sets the variable back to the previously defined default-value.
     146    @brief Sets the variable and the config-file entry back to the previously defined default-value.
    147147    @param varname The name of the variable
    148148*/
     
    152152    { \
    153153        container##varname##reset->resetConfigValue(); \
    154         varname = container##varname->getValue(varname); \
     154        varname = container##varname##reset->getValue(varname); \
    155155    } \
    156156    else \
Note: See TracChangeset for help on using the changeset viewer.