Skip to content

Commit

Permalink
Code cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgammon committed Aug 7, 2010
1 parent 9315202 commit 5ed69ae
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions world_debug.cpp
Expand Up @@ -2146,14 +2146,14 @@ void CMUSHclientDoc::DebugHelper (const CString strAction, CString strArgument)

CmcDateTimeSpan ts = pTimer->tFireTime - CmcDateTime::GetTimeNow ();

DebugShow (Translate ("Fired count"), pTimer->nMatched);
DebugShow (Translate ("Has script"), pTimer->dispid != DISPID_UNKNOWN);
DebugShow (Translate ("Times script called"), pTimer->nInvocationCount);
DebugShow (Translate ("When to fire next"), pTimer->tFireTime);
DebugShowD (Translate ("Seconds to fire next"), ts.GetTotalSeconds ());
DebugShow (Translate ("When last reset/fired"), pTimer->tWhenFired);
DebugShow (Translate ("Send to"), GetSendToString (pTimer->iSendTo));
DebugShow (Translate ("Temporary"), pTimer->bTemporary);
DebugShow (Translate ("Fired count"), pTimer->nMatched);
DebugShow (Translate ("Has script"), pTimer->dispid != DISPID_UNKNOWN);
DebugShow (Translate ("Times script called"), pTimer->nInvocationCount);
DebugShow (Translate ("When to fire next"), pTimer->tFireTime);
DebugShowD (Translate ("Seconds to fire next"), ts.GetTotalSeconds ());
DebugShow (Translate ("When last reset/fired"), pTimer->tWhenFired);
DebugShow (Translate ("Send to"), GetSendToString (pTimer->iSendTo));
DebugShow (Translate ("Temporary"), pTimer->bTemporary);


Note ("");
Expand Down

0 comments on commit 5ed69ae

Please sign in to comment.