~ubuntu-branches/ubuntu/wily/xmoto/wily-proposed

« back to all changes in this revision

Viewing changes to src/EditorMain.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Samuel Mimram
  • Date: 2006-09-14 21:01:20 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060914210120-bvr7yu9rafb3fivp
Tags: 0.2.1-1
* New upstream release.
* Removed manpages and desktop files from the Debian package as they are now
  provided upstream.
* Make the package binNMUable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
  /* Start application */
41
41
  try {
42
42
    /* Init file system stuff */
43
 
    FS::init( "xmoto" );
 
43
    try {
 
44
      FS::init( "xmoto" );
 
45
    }
 
46
    catch(Exception &e) {
 
47
      /* Maybe an evil hack, but whatever.. Full steam ahead! */
 
48
    }
44
49
  
45
50
    /* Editor... */
46
51
    EditorApp Editor;