1
0
mirror of https://github.com/XProger/OpenLara.git synced 2025-08-15 09:34:18 +02:00

remove unused variable

This commit is contained in:
XProger
2018-10-22 00:43:11 +03:00
parent 744da8e840
commit a83250dc72

View File

@@ -1751,7 +1751,6 @@ struct Inventory {
void showLevelStats(const vec2 &pos) { void showLevelStats(const vec2 &pos) {
char buf[256]; char buf[256];
char time[16]; char time[16];
TR::Level *level = game->getLevel();
int secretsMax = 3; int secretsMax = 3;
int secrets = ((saveStats.secrets & 1) != 0) + int secrets = ((saveStats.secrets & 1) != 0) +