Theme_PurifyingFountain initializes the purifying fountain theme. Parameters: - t: theme number (index into themes array).
| 808 | // Parameters: |
| 809 | // - t: theme number (index into themes array). |
| 810 | void Theme_PurifyingFountain(int t) |
| 811 | { |
| 812 | char monstrnd[4] = { 6, 7, 3, 9 }; |
| 813 | |
| 814 | TFit_Obj5(t); |
| 815 | AddObject(OBJ_PURIFYINGFTN, themex, themey); |
| 816 | PlaceThemeMonsts(t, monstrnd[leveltype - 1]); |
| 817 | } |
| 818 | |
| 819 | // Theme_ArmorStand initializes the armor stand theme. |
| 820 | // |
no test coverage detected