aboutsummaryrefslogtreecommitdiffstats
path: root/maximilian.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'maximilian.cpp')
-rw-r--r--maximilian.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/maximilian.cpp b/maximilian.cpp
index adbb97d..8884e52 100644
--- a/maximilian.cpp
+++ b/maximilian.cpp
@@ -560,6 +560,8 @@ bool maxiSample::loadOgg(string fileName, int channel) {
}
}
return result; // this should probably be something more descriptive
+#else
+ assert(false); // called but VORBIS not defined!
#endif
return 0;
}