Rev 5042 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5042 | Rev 5045 | ||
---|---|---|---|
Line 3839... | Line 3839... | ||
3839 | #endif
|
3839 | #endif
|
3840 | 3840 | ||
3841 | G_PrintFPS(); |
3841 | G_PrintFPS(); |
3842 | 3842 | ||
3843 | // JBF 20040124: display level stats in screen corner
|
3843 | // JBF 20040124: display level stats in screen corner
|
3844 | if ((ud.overhead_on != 2 && ud.levelstats) && (g_player[myconnectindex].ps->gm&MODE_MENU) == 0) |
3844 | if ((ud.overhead_on != 2 && ud.levelstats) && (g_player[myconnectindex].ps->gm&MODE_MENU) == 0 && VM_OnEvent(EVENT_DISPLAYLEVELSTATS, g_player[myconnectindex].ps->i, myconnectindex) == 0) |
3845 | {
|
3845 | {
|
3846 | DukePlayer_t const * const myps = g_player[myconnectindex].ps; |
3846 | DukePlayer_t const * const myps = g_player[myconnectindex].ps; |
3847 | 3847 | ||
3848 | if (ud.screen_size == 4) |
3848 | if (ud.screen_size == 4) |
3849 | {
|
3849 | {
|