4390b62fc3
- Switch to USES=localbase - Fix build with clang 6 - Add desktop entry - Switch to options helpers
12 lines
260 B
C++
12 lines
260 B
C++
--- src/loadimag.cpp.orig 2009-02-15 14:06:42 UTC
|
|
+++ src/loadimag.cpp
|
|
@@ -65,7 +65,7 @@ SDL_Surface *load_image(const std::strin
|
|
DBG_WHINE("Unknown image extension: "+extension);
|
|
}
|
|
|
|
- return false;
|
|
+ return NULL;
|
|
}
|
|
|
|
//should this be extern "C"?
|