diff --git a/Source/themes.cpp b/Source/themes.cpp index dca024477..9533ef85c 100644 --- a/Source/themes.cpp +++ b/Source/themes.cpp @@ -783,7 +783,6 @@ void __fastcall Theme_MonstPit(int t) // - t: theme number (index into themes array). void __fastcall Theme_SkelRoom(int t) { - int xp; int yp; char monstrnd[4] = { 6, 7, 3, 9 }; diff --git a/structs.h b/structs.h index 2f072b6e0..38d2e84b4 100644 --- a/structs.h +++ b/structs.h @@ -1138,8 +1138,8 @@ struct ROOMNODE { ////////////////////////////////////////////////// struct ThemeStruct { - char ttype; /* aligned 4 */ - int ttval; + int ttype; /* aligned 4 */ + char ttval; }; //////////////////////////////////////////////////