diff options
| author | Jakob Fries <jakob.fries@gmail.com> | 2007-06-10 20:00:58 +0000 |
|---|---|---|
| committer | Jakob Fries <jakob.fries@gmail.com> | 2007-06-10 20:00:58 +0000 |
| commit | 9f27ce0e62c283c4bcececa0a5948cea1916c379 (patch) | |
| tree | 9cd942d7b5390e225ad3d79f6aa10c3ca339932d /src/engine | |
| parent | 060a0c3820bcb109029b0da8ff33e065286849bb (diff) | |
| download | zcatch-9f27ce0e62c283c4bcececa0a5948cea1916c379.tar.gz zcatch-9f27ce0e62c283c4bcececa0a5948cea1916c379.zip | |
kerning editor updated
Diffstat (limited to 'src/engine')
| -rw-r--r-- | src/engine/client/ui.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/client/ui.cpp b/src/engine/client/ui.cpp index 8f45bf5d..a28f44dc 100644 --- a/src/engine/client/ui.cpp +++ b/src/engine/client/ui.cpp @@ -9,8 +9,8 @@ struct pretty_font { - char m_CharStartTable[256]; - char m_CharEndTable[256]; + float m_CharStartTable[256]; + float m_CharEndTable[256]; int font_texture; }; |