projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ae6412
)
missing assert
author
Matthias Braun
<matze@braunis.de>
Tue, 4 Apr 2006 17:37:33 +0000
(17:37 +0000)
committer
Matthias Braun
<matze@braunis.de>
Tue, 4 Apr 2006 17:37:33 +0000
(17:37 +0000)
SVN-Revision: 3245
src/object/path_walker.cpp
patch
|
blob
|
history
diff --git
a/src/object/path_walker.cpp
b/src/object/path_walker.cpp
index
f28e9f4
..
007c387
100644
(file)
--- a/
src/object/path_walker.cpp
+++ b/
src/object/path_walker.cpp
@@
-22,6
+22,7
@@
#include <config.h>
#include <math.h>
+#include <assert.h>
#include "path_walker.hpp"
PathWalker::PathWalker(const Path* path)