From 45e7dd55e48840b9ee7eb808d3915dc5f390a4ae Mon Sep 17 00:00:00 2001 From: Robin Eklind Date: Wed, 31 Oct 2018 18:09:26 +0100 Subject: [PATCH] Theme_Cauldron 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 69bc486a3..c99223e54 100644 --- a/Source/themes.cpp +++ b/Source/themes.cpp @@ -1104,9 +1104,13 @@ void __fastcall Theme_GoatShrine(int t) } } +// Theme_Cauldron initializes the cauldron theme. +// +// Parameters: +// - t: theme number (index into themes array). void __fastcall Theme_Cauldron(int t) { - char monstrnd[4]; // [esp+3h] [ebp-5h] + char monstrnd[4]; monstrnd[0] = 6; monstrnd[1] = 7;