clarify panic message from #panic
This commit is contained in:
+1
-1
@@ -537,7 +537,7 @@ wiz_panic(void)
|
|||||||
}
|
}
|
||||||
if (paranoid_query(TRUE,
|
if (paranoid_query(TRUE,
|
||||||
"Do you want to call panic() and end your game?"))
|
"Do you want to call panic() and end your game?"))
|
||||||
panic("Crash test.");
|
panic("Crash test (#panic).");
|
||||||
return ECMD_OK;
|
return ECMD_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user