Merge branch 'fix-format-char' of https://github.com/argrath/NetHack into pr637
This commit is contained in:
+1
-1
@@ -1346,7 +1346,7 @@ shrink_glob(
|
|||||||
unsigned old_top_owt = 0;
|
unsigned old_top_owt = 0;
|
||||||
|
|
||||||
if (!obj->globby) {
|
if (!obj->globby) {
|
||||||
impossible("shrink_glob for non-glob [%s: %s]?",
|
impossible("shrink_glob for non-glob [%d: %s]?",
|
||||||
obj->otyp, simpleonames(obj));
|
obj->otyp, simpleonames(obj));
|
||||||
return; /* old timer is gone, don't start a new one */
|
return; /* old timer is gone, don't start a new one */
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user