Advanced Rogue 5: initialize some variables.
This commit is contained in:
parent
6fda9fb94b
commit
c0f3e1f004
1 changed files with 2 additions and 2 deletions
|
|
@ -168,7 +168,7 @@ cast()
|
|||
|
||||
else if (slow_invent) {
|
||||
register char c;
|
||||
char *spellp;
|
||||
char *spellp = "";
|
||||
|
||||
for (i=0; i<num_spells; i++) {
|
||||
msg("");
|
||||
|
|
@ -375,7 +375,7 @@ pray()
|
|||
|
||||
else if (slow_invent) {
|
||||
register char c;
|
||||
char *prayerp;
|
||||
char *prayerp = "";
|
||||
|
||||
for (i=0; i<num_prayers; i++) {
|
||||
msg("");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue