Browse Source

Theme_Cauldron bin exact (already was)

pull/25/head
Robin Eklind 8 years ago
parent
commit
45e7dd55e4
  1. 6
      Source/themes.cpp

6
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;

Loading…
Cancel
Save