--- deliantra/Deliantra-Client/Client.xs 2007/11/03 12:08:43 1.238 +++ deliantra/Deliantra-Client/Client.xs 2007/12/25 18:58:32 1.239 @@ -1057,10 +1057,16 @@ PROTOTYPES: DISABLE void -reset_glyph_cache () +glyph_cache_backup () PROTOTYPE: CODE: - tc_clear (); + tc_backup (); + +void +glyph_cache_restore () + PROTOTYPE: + CODE: + tc_restore (); CFPlus::Layout new (SV *class)