diff options
author | Ira Rice <irarice@gmail.com> | 2009-01-06 17:05:48 -0700 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-01-06 17:05:48 -0700 |
commit | 83f00d36e4f768893f0f0c8ae6ee5de50fce17d8 (patch) | |
tree | 07e86ad1dbeaac6d94500dad73032c3a40e53c77 | |
parent | 98f1fdf1463af85008def73a49258df684667ac4 (diff) | |
download | mana-client-83f00d36e4f768893f0f0c8ae6ee5de50fce17d8.tar.gz mana-client-83f00d36e4f768893f0f0c8ae6ee5de50fce17d8.tar.bz2 mana-client-83f00d36e4f768893f0f0c8ae6ee5de50fce17d8.tar.xz mana-client-83f00d36e4f768893f0f0c8ae6ee5de50fce17d8.zip |
Removed the now unnecessary SDL_TTF initializations.
Signed-off-by: Ira Rice <irarice@gmail.com>
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index ea1f6422..4a3acce8 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -402,7 +402,6 @@ void init_engine(const Options &options) // Initialize the item shortcuts. itemShortcut = new ItemShortcut(); - TTF_Init(); gui = new Gui(graphics); state = LOGIN_STATE; /**< Initial game state */ @@ -1070,7 +1069,6 @@ int main(int argc, char *argv[]) delete network; SDLNet_Quit(); - TTF_Quit(); if (nullFile) { |