summaryrefslogtreecommitdiff
path: root/Level.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Level.cpp')
-rw-r--r--Level.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Level.cpp b/Level.cpp
index a6cab97..27a77be 100644
--- a/Level.cpp
+++ b/Level.cpp
@@ -31,6 +31,6 @@ void Level::move() {
//std::cout << "Level::move(): Moving level items.\n";
}
-void Level::draw(SDL_Surface *screen) {
+void Level::draw(Screen *screen) {
//std::cout << "Level::draw(): Drawing into the screen.\n";
}