Skip to content

Commit

Permalink
TODO added
Browse files Browse the repository at this point in the history
  • Loading branch information
captainurist committed Oct 10, 2023
1 parent d88158d commit 124126d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Engine/Objects/Monsters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ void MonsterStats::Initialize(const Blob &monsters) {
strtok(NULL, "\r");
strtok(NULL, "\r");
curr_rec_num = MONSTER_INVALID;
for (i = 0; i < 264; ++i) {
for (i = 0; i < 264; ++i) { // TODO(captainurist): get rid of magic numbers in txt deserialization.
test_string = strtok(NULL, "\r") + 1;
break_loop = false;
decode_step = 0;
Expand Down

0 comments on commit 124126d

Please sign in to comment.