From 8f1b1d444bc410dd3df396fadff013fbc6827f9c Mon Sep 17 00:00:00 2001 From: Robin Eklind Date: Wed, 31 Oct 2018 19:13:30 +0100 Subject: [PATCH] Theme_PurifyingFountain bin exact (already was) --- Source/themes.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Source/themes.cpp b/Source/themes.cpp index 344f85a3d..249f1be3d 100644 --- a/Source/themes.cpp +++ b/Source/themes.cpp @@ -1001,9 +1001,13 @@ void __fastcall Theme_Decap(int t) PlaceThemeMonsts(v1, monstrnd[leveltype - 1]); } +// Theme_PurifyingFountain initializes the purifying fountain theme. +// +// Parameters: +// - t: theme number (index into themes array). void __fastcall Theme_PurifyingFountain(int t) { - char monstrnd[4]; // [esp+3h] [ebp-5h] + char monstrnd[4]; monstrnd[0] = 6; monstrnd[1] = 7;