summary refs log tree commit diff stats
path: root/src/mapview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapview.cpp')
-rw-r--r--src/mapview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mapview.cpp b/src/mapview.cpp index 76d7f02..a85bb31 100644 --- a/src/mapview.cpp +++ b/src/mapview.cpp
@@ -28,8 +28,8 @@ MapView::MapView(Map* first, int x, int y)
28 player->animFrame = 0; 28 player->animFrame = 0;
29 29
30 bg = createTexture(GAME_WIDTH, GAME_HEIGHT); 30 bg = createTexture(GAME_WIDTH, GAME_HEIGHT);
31 chara = loadTextureFromBMP("../res/Starla.bmp"); 31 chara = loadTextureFromBMP("../res/Starla.png");
32 tiles = loadTextureFromBMP("../res/tiles2.bmp"); 32 tiles = loadTextureFromBMP("../res/tiles.png");
33 33
34 loadMap(first); 34 loadMap(first);
35} 35}