]> Dogcows Code - chaz/yoink/blobdiff - src/yoink.cc
remove some unused stlplus modules
[chaz/yoink] / src / yoink.cc
index 72fef6d01b3f59d3a354f0998aae93f29e2a9c18..76150362ee2d41cf136470e408a4551816927cd0 100644 (file)
@@ -1,15 +1,15 @@
 
-/*]  Copyright (c) 2009-2010, Charles McGarvey  [**************************
+/*]  Copyright (c) 2009-2011, Charles McGarvey  [*****************************
 **]  All rights reserved.
 *
-* vi:ts=4 sw=4 tw=75
-*
 * Distributable under the terms and conditions of the 2-clause BSD license;
 * see the file COPYING for a complete text of the license.
 *
-**************************************************************************/
+*****************************************************************************/
 
+#if HAVE_CONFIG_H
 #include "config.h"
+#endif
 
 #include <stdexcept>
 
@@ -114,7 +114,7 @@ yoink::yoink()
 
        //bool isMute = false;
        //settings().get("nomusic", isMute);
-       //music_.play();
+       music_.play();
 
        load_scene_loader();
        advance_scene();                // load the first scene
This page took 0.018905 seconds and 4 git commands to generate.