Item moving with Z key working

This commit is contained in:
Hash Borgir
2024-04-21 00:55:02 -06:00
parent b2f9685c20
commit 155de2c299
5 changed files with 109 additions and 1089 deletions

View File

@@ -53,7 +53,7 @@ static growing_object_pool<damage_label> g_label_pool([]() {
return new damage_label();
});
static const size_t DAMAGE_LABELS_SIZE = 1024;
static const size_t DAMAGE_LABELS_SIZE = 1023;
static damage_label* g_labels[DAMAGE_LABELS_SIZE]{ nullptr };
static size_t g_labels_count = 0;
static uint32_t DISPLAY_TIME = 500;