Skip to content

Commit

Permalink
Removed arrows in level loading window
Browse files Browse the repository at this point in the history
  • Loading branch information
theZiz committed Apr 26, 2017
1 parent 2ed263d commit c968de0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion ToDo
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
* On menu items
* In Lobby
* In game ;)
* Level load arrows?
2 changes: 1 addition & 1 deletion lobbyGame.c
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ int load_level(char* level_string)
{
if (f->type != SP_FILE_DIRECTORY)
{
sprintf(add_window_element(window,0,r)->text,"%s",&(f->name[path_l]));
sprintf(add_window_element(window,-1,r)->text,"%s",&(f->name[path_l]));
r++;
}
f = f->next;
Expand Down

0 comments on commit c968de0

Please sign in to comment.