mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
b3baeb125c
- Fix build with clang 6 - Cosmetic fixes
12 lines
252 B
C++
12 lines
252 B
C++
--- src/equip.cpp.orig 2008-12-22 23:38:10 UTC
|
|
+++ src/equip.cpp
|
|
@@ -595,7 +595,7 @@ void Equip::drawCapabilities() {
|
|
}
|
|
}
|
|
if ( !found ) {
|
|
- specialSkill = false;
|
|
+ specialSkill = NULL;
|
|
canvas->setTooltip( "" );
|
|
}
|
|
glDisable( GL_BLEND );
|