diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2016-05-31 03:04:36 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2016-05-31 03:04:45 +0200 |
commit | 893be3a5a40cbbceb211efe47361632ccdbed227 (patch) | |
tree | fc7d1eae670fd6703b06022d2d836a6b40f68c75 /tests/manyloc/keineschweine/lib | |
parent | 1e5926458c2d18dec3389d00f41680518fb939c0 (diff) | |
download | Nim-893be3a5a40cbbceb211efe47361632ccdbed227.tar.gz |
changed the compiler's path handling; fixes #546
Diffstat (limited to 'tests/manyloc/keineschweine/lib')
-rw-r--r-- | tests/manyloc/keineschweine/lib/vehicles.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manyloc/keineschweine/lib/vehicles.nim b/tests/manyloc/keineschweine/lib/vehicles.nim index 94ebf9f57..ddfb43b38 100644 --- a/tests/manyloc/keineschweine/lib/vehicles.nim +++ b/tests/manyloc/keineschweine/lib/vehicles.nim @@ -1,6 +1,6 @@ import sfml, chipmunk, - sg_assets, sfml_stuff, keineschweine + sg_assets, sfml_stuff, "../keineschweine" proc accel*(obj: PVehicle, dt: float) = |