Changeset 142 for abuse/trunk/src/gamma.cpp
- Timestamp:
- Apr 12, 2008, 9:38:21 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/gamma.cpp
r129 r142 19 19 #include "id.hpp" 20 20 #include "cache.hpp" 21 #include "language.hpp"22 21 #include "dprint.hpp" 23 22 #include "loader2.hpp" … … 56 55 }; 57 56 57 static char const *lang_string(char const *symbol) 58 { 59 void *v=find_symbol(symbol); 60 if (!v || !DEFINEDP(symbol_value(v))) return "Language symbol missing!"; 61 else return lstring_value(symbol_value(v)); 62 } 58 63 59 64 void gamma_correct(palette *&pal, int force_menu)
Note: See TracChangeset
for help on using the changeset viewer.