aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorEugene Sandulenko2006-04-14 00:55:37 +0000
committerEugene Sandulenko2006-04-14 00:55:37 +0000
commitab799101c034fe3c79d3b8134c35bd6ea3269568 (patch)
tree85fc24ed0ffc67f1499cc63dfa8f23ef1132522d /backends
parent8dcf6ed006ecfab0cd826a8ff0dd7c7dbd4d36cc (diff)
downloadscummvm-rg350-ab799101c034fe3c79d3b8134c35bd6ea3269568.tar.gz
scummvm-rg350-ab799101c034fe3c79d3b8134c35bd6ea3269568.tar.bz2
scummvm-rg350-ab799101c034fe3c79d3b8134c35bd6ea3269568.zip
First batch of root directory cleanup. Now icons are stored in directory
icons/ and all other assorted stuff in dists/ directory. Still I may broke some packaging/building procedures as no testing was performed. svn-id: r21859
Diffstat (limited to 'backends')
-rw-r--r--backends/sdl/sdl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/sdl/sdl.cpp b/backends/sdl/sdl.cpp
index 362f061a82..e8700ea00c 100644
--- a/backends/sdl/sdl.cpp
+++ b/backends/sdl/sdl.cpp
@@ -26,7 +26,7 @@
#include "common/util.h"
#include "base/main.h"
-#include "scummvm.xpm"
+#include "icons/scummvm.xpm"
#if defined(__amigaos4__)
// Set the stack cookie, 640 KB should be enough for everyone