Merge branch 'master' of github.com:diasurgical/devilution
This commit is contained in:
commit
72e2637061
66 changed files with 424 additions and 418 deletions
|
|
@ -62,7 +62,7 @@ BYTE SkelChamTrans3[] = {
|
|||
};
|
||||
|
||||
/** Maps from quest level to quest level names. */
|
||||
char *quest_level_names[] = {
|
||||
const char *const quest_level_names[] = {
|
||||
"",
|
||||
"Skeleton King's Lair",
|
||||
"Chamber of Bone",
|
||||
|
|
@ -108,7 +108,7 @@ void AddVileObjs()
|
|||
SetObjMapRange(ObjIndex(35, 36), 7, 11, 13, 18, 3);
|
||||
}
|
||||
|
||||
void DRLG_SetMapTrans(char *sFileName)
|
||||
void DRLG_SetMapTrans(const char *sFileName)
|
||||
{
|
||||
int x, y;
|
||||
int i, j;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue