Skip to content

Commit

Permalink
FIX: correct display_load_font in simgraph0.cc to compile
Browse files Browse the repository at this point in the history
git-svn-id: svn://tron.homeunix.org/simutrans/simutrans/trunk@7293 8aca7d54-2c30-db11-9de9-000461428c89
  • Loading branch information
kierongreen committed Aug 12, 2014
1 parent 7c25d1d commit fd2eb00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions display/simgraph0.cc
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ int display_set_unicode(int)
return false;
}

bool display_load_font(const char*)
uint16 display_load_font(const char*)
{
return true;
return 1;
}

sint16 display_get_width()
Expand Down

0 comments on commit fd2eb00

Please sign in to comment.