diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | src/main.cpp | 3 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2007-11-15 Guillaume Melquiond <guillaume.melquiond@gmail.com> + + * src/main.cpp: Disabled update loading. + 2007-11-15 Eugenio Favalli <elvenprogrammer@gmail.com> * data/maps/new_4-1.tmx: Added npc. diff --git a/src/main.cpp b/src/main.cpp index 74a2fe13..2a5c7498 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -833,7 +833,8 @@ int main(int argc, char *argv[]) // Load updates after exiting the update state if (oldstate == STATE_UPDATE) { - loadUpdates(); + // TODO: Revive later + //loadUpdates(); // Reload the wallpaper in case that it was updated login_wallpaper->decRef(); login_wallpaper = ResourceManager::getInstance()-> |