Compare commits

..

No commits in common. "54f50d94e71e0ffe4d5514341abe578bb7897d16" and "0af3364fcfc3160370dad24e22e1594d9c2711bf" have entirely different histories.

2 changed files with 2 additions and 4 deletions

@ -1 +1 @@
Subproject commit 2e4e5bff3d5170ec0fc14e265c66660edc9eca83
Subproject commit 870c6089f48df9fa1e00295d19e667cff96ad62c

View File

@ -213,10 +213,8 @@ int devel(std::deque<std::string> args) {
return devel_roadmap();
if (a1 == "sdl2")
return devel_sdl2(args);
if (a1 == "lang") {
std::cerr << "Not implemented" << std::endl;
if (a1 == "lang")
return 1;
}
std::string kw;
if (a1.substr(0, 2) == "--") {