Merge branch 'master' of github.com:diasurgical/devilution
This commit is contained in:
commit
72e2637061
66 changed files with 424 additions and 418 deletions
|
|
@ -26,7 +26,7 @@ int bxadd[8] = { -1, 0, 1, -1, 1, -1, 0, 1 };
|
|||
/** Specifies the Y-coordinate delta between barrels. */
|
||||
int byadd[8] = { -1, -1, -1, 0, 0, 1, 1, 1 };
|
||||
/** Maps from shrine_id to shrine name. */
|
||||
char *shrinestrs[NUM_SHRINETYPE] = {
|
||||
const char *const shrinestrs[NUM_SHRINETYPE] = {
|
||||
"Mysterious",
|
||||
"Hidden",
|
||||
"Gloomy",
|
||||
|
|
@ -188,7 +188,7 @@ BYTE shrineavail[NUM_SHRINETYPE] = {
|
|||
#endif
|
||||
};
|
||||
/** Maps from book_id to book name. */
|
||||
char *StoryBookName[] = {
|
||||
const char *const StoryBookName[] = {
|
||||
"The Great Conflict",
|
||||
"The Wages of Sin are War",
|
||||
"The Tale of the Horadrim",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue