From bd80bfea86d411a81865f830ae0dee253915f29b Mon Sep 17 00:00:00 2001 From: Robin Eklind Date: Wed, 31 Oct 2018 18:04:26 +0100 Subject: [PATCH] Theme_TearFountain 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 5aaf43f80..1c6d842c7 100644 --- a/Source/themes.cpp +++ b/Source/themes.cpp @@ -1130,9 +1130,13 @@ void __fastcall Theme_MurkyFountain(int t) PlaceThemeMonsts(t, monstrnd[leveltype - 1]); } +// Theme_TearFountain initializes the tear fountain theme. +// +// Parameters: +// - t: theme number (index into themes array). void __fastcall Theme_TearFountain(int t) { - char monstrnd[4]; // [esp+3h] [ebp-5h] + char monstrnd[4]; monstrnd[0] = 6; monstrnd[1] = 7;