()
| 1143 | private static final int STAT_LAYOUTS = 13; |
| 1144 | |
| 1145 | private static void DrawLayout() { |
| 1146 | if (ClientGlobals.cl.frame.playerstate.stats[STAT_LAYOUTS] != 0) |
| 1147 | SCR.ExecuteLayoutString(ClientGlobals.cl.layout); |
| 1148 | } |
| 1149 | |
| 1150 | // ======================================================= |
| 1151 |
no test coverage detected