# Copyright (C) 2009  Peter De Wachter <pdewacht@gmail.com>
# Distributed under the same license as the game. See debian/copyright.

This is an attempt to make mu-cade compatible with libode 2:0.10.1-1

--- a/src/abagames/util/ode/world.d
+++ b/src/abagames/util/ode/world.d
@@ -28,6 +28,7 @@
   bool initialized = false;
 
   public void init() {
+    dInitODE();
     world = dWorldCreate();
     dWorldSetContactMaxCorrectingVel(world, CONTACT_MAX_CORRECTING_VEL);
     dWorldSetContactSurfaceLayer (world, CONTACT_SURFACE_LAYER);
