]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Game.h
Switched all data access to the new methods
[lugaru.git] / Source / Game.h
index 7ccc49f875b3a7866607e5e7c35a19d806b88174..4f7a2aaa1422b797386d41347a9bf31250a20d57 100644 (file)
@@ -151,7 +151,7 @@ void LoadMenu();
 void playdialoguescenesound();
 int findClosestPlayer();
 void Loadlevel(int which);
-void Loadlevel(const char *name);
+void Loadlevel(const std::string& name);
 void Tick();
 void TickOnce();
 void TickOnceAfter();