Changeset 551

Show
Ignore:
Timestamp:
03/28/08 15:38:30 (9 months ago)
Author:
phill
Message:

o Now with super case-insensitive-cow powers!

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/maya2q3/bsp-entities.cpp

    r548 r551  
    132132                        demand( val != "", "Missing value part in entity." ); 
    133133 
     134                        strlwr( tok ); 
    134135                        ent.pairs.insert( EntMap::value_type( 
    135136                                std::string( tok ), std::string( val ) ) ); 
  • trunk/maya2q3/maya_entry.cpp

    r550 r551  
    2626 
    2727static const char *g_vendor = "HermitWorks"; 
    28 static const char *g_version = "3.3.5"; 
     28static const char *g_version = "3.3.6"; 
    2929static const char *g_reqVer = "Any"; 
    3030