Fix the previous revision.
This commit is contained in:
parent
043015e829
commit
f691a07814
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ powe(void)
|
||||||
snxtitem_all(&ni, EF_POWER);
|
snxtitem_all(&ni, EF_POWER);
|
||||||
if (!nxtitem(&ni, &powbuf[0])) {
|
if (!nxtitem(&ni, &powbuf[0])) {
|
||||||
pr("Power for this game has not been built yet.%s\n",
|
pr("Power for this game has not been built yet.%s\n",
|
||||||
opt_AUTO_POWER ? "" : "Type 'power new' to build it.");
|
opt_AUTO_POWER ? "" : " Type 'power new' to build it.");
|
||||||
return RET_FAIL;
|
return RET_FAIL;
|
||||||
}
|
}
|
||||||
for (i = 1; i < MAXNOC; i++) {
|
for (i = 1; i < MAXNOC; i++) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue