]> git.xonotic.org Git - xonotic/netradiant.git/commit
radiant: fix command-line error message for non-map filename 148/head
authorZack Middleton <zack@cloemail.com>
Tue, 23 Jul 2019 20:32:47 +0000 (15:32 -0500)
committerZack Middleton <zack@cloemail.com>
Tue, 23 Jul 2019 23:01:43 +0000 (18:01 -0500)
commit9d15e09a661e66587903a68304e5df65dd1f4ca3
treea285afd487f6e26a1f3caa28086774008888b552
parent1b752c1b8aaafbe513edf2dd633d5588fb7f4a68
radiant: fix command-line error message for non-map filename

mapname wasn't set so "(null)" was printed.

Fixes 6ba43753 ("radiant: fix command-line opening on windows").
radiant/main.cpp