summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 2bdf6e3..44f4a43 100644
--- a/src/main.c
+++ b/src/main.c
@@ -12,7 +12,7 @@ int main(int argc, char **argv)
SDL_Renderer *rdr = SDL_CreateRenderer(wdw, -1,
SDL_RENDERER_ACCELERATED);
SDL_Texture *txr = tt_texture_load(rdr);
- tt_room *room = tt_room_load(1);
+ tt_room *room = tt_room_load('0');
SDL_SetRenderDrawColor(rdr, 215, 174, 0, 255);