mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 00:32:57 -04:00
Forgot these
This commit is contained in:
parent
804a72b716
commit
76671657d6
@ -326,7 +326,7 @@ void PathFinder::remove_from_olist() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// At this point the AINode was succesfully removed and the binary
|
// At this point the AINode was successfully removed and the binary
|
||||||
// heap re-arranged.
|
// heap re-arranged.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ check_include(const string &line) {
|
|||||||
|
|
||||||
if (p >= line.length() || (line[p] != '"' && line[p] != '<')) {
|
if (p >= line.length() || (line[p] != '"' && line[p] != '<')) {
|
||||||
// if it starts with a capital, assume its a #define var used as
|
// if it starts with a capital, assume its a #define var used as
|
||||||
// include tgt, and dont print a warning
|
// include tgt, and don't print a warning
|
||||||
if(!((line[p]>='A')&&(line[p]<='Z'))) {
|
if(!((line[p]>='A')&&(line[p]<='Z'))) {
|
||||||
cerr << "Ignoring invalid #include directive: " << line << "\n";
|
cerr << "Ignoring invalid #include directive: " << line << "\n";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user