]> git.localhorst.tv Git - blank.git/blobdiff - src/ui/ui.cpp
first draft for client/server architecture
[blank.git] / src / ui / ui.cpp
index acf877fd1da6811dca1679d80461d7c86105f0ee..e6376614dacd3525bf4cfed6999d467bb99c2bea 100644 (file)
@@ -125,8 +125,8 @@ Interface::Interface(
 , remove_timer(256)
 , remove(0)
 , selection(0)
-, place_sound(env.assets.LoadSound("thump"))
-, remove_sound(env.assets.LoadSound("plop"))
+, place_sound(env.loader.LoadSound("thump"))
+, remove_sound(env.loader.LoadSound("plop"))
 , fwd(0)
 , rev(0)
 , debug(false) {