Record in xlogfile if any bones were loaded

This commit is contained in:
Pasi Kallinen
2015-04-02 13:06:45 +03:00
parent 066e415c3e
commit 884d9d4be5
3 changed files with 5 additions and 2 deletions

View File

@@ -95,6 +95,7 @@ struct u_conduct { /* number of times... */
struct u_roleplay {
boolean blind; /* permanently blind */
boolean nudist; /* has not worn any armor, ever */
long numbones; /* # of bones files loaded */
};
/*** Unified structure containing role information ***/