mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-05-30 16:50:50 +00:00
-- more work on the menu - episode and skill menus are working in DN3D.
This commit is contained in:
parent
d73f915c66
commit
a74a670c99
20 changed files with 309 additions and 682 deletions
|
@ -754,7 +754,6 @@ FString GameInterface::statFPS()
|
|||
|
||||
GameStats GameInterface::getStats()
|
||||
{
|
||||
GameStats stats;
|
||||
DukePlayer_t* p = g_player[myconnectindex].ps;
|
||||
return { p->actors_killed, p->max_actors_killed, p->secret_rooms, p->max_secret_rooms, p->player_par / REALGAMETICSPERSEC };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue