Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
todo removal
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmMoltony committed Feb 3, 2024
1 parent 0cdfd82 commit 7491f36
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,6 @@ u8 Game::fontBigCharWidthHandler(char ch)
return fontSmallCharWidthHandler(ch) * 2; // small char width handler but twice as big
}

// TODO replace cwh with lookup table

u8 Game::fontSmallRuCharWidthHandler(char ch)
{
if ((ch >= 'A' && ch <= 'Z') || (ch >= 'a' && ch <= 'e') || (ch >= 'g' && ch <= 'z') || (ch >= '0' && ch <= '9'))
Expand Down

0 comments on commit 7491f36

Please sign in to comment.