nilrider:: do not init textures and shapes before they are needed

This commit is contained in:
Zeno Rogue 2022-05-09 15:15:58 +02:00
parent 20ebc8b488
commit 001be27c87
1 changed files with 0 additions and 3 deletions

View File

@ -383,9 +383,6 @@ void level::init() {
cgi.finishshape();
}
init_textures();
init_shapes();
start.where = mappt(startx+.5, starty+.5, 1);
start.t = 0;
start.timer = 0;