mirror of
https://codeberg.org/noisytoot/notnotdnethack.git
synced 2025-07-26 15:22:23 +01:00
add missing ;
This commit is contained in:
parent
e1e349c3ef
commit
4136ea9c9c
1 changed files with 1 additions and 1 deletions
|
@ -3862,7 +3862,7 @@ int floorID;
|
|||
putstr(datawin, 0, " Secondary effects:");
|
||||
putstr(datawin, 0, secondary);
|
||||
if (secondary2[0] != 0)
|
||||
putstr(datawin, 0, secondary2)
|
||||
putstr(datawin, 0, secondary2);
|
||||
putstr(datawin, 0, "");
|
||||
display_nhwindow(datawin, FALSE);
|
||||
destroy_nhwindow(datawin);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue