Beispiel #1
0
 public void reload_chr()
 {
     cache();
     redraw();
     if (tilepal != null)
     {
         tilepal.cache();
         tilepal.redraw();
     }
     mp.refresh_map(room);
 }