Skip to content

Commit

Permalink
CGE: Remove noisy debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Sep 11, 2011
1 parent 08d8713 commit cdba3ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion engines/cge/talk.cpp
Expand Up @@ -61,7 +61,6 @@ void Font::load() {
uint16 p = 0;
for (uint16 i = 0; i < kPosSize; i++) {
_pos[i] = p;
warning("Fonts 0x%X 0x%X", i, p);
p += _wid[i];
}
f.read(_map, p);
Expand Down

0 comments on commit cdba3ac

Please sign in to comment.