[Commits] [wesnoth/wesnoth] e7488f: use std::quick_exit in loading screen
GitHub
noreply at github.com
Thu Jul 27 18:20:30 UTC 2017
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: e7488f6f73228ea5c8a617196bf15768ec739649
https://github.com/wesnoth/wesnoth/commit/e7488f6f73228ea5c8a617196bf15768ec739649
Author: gfgtdf <daniel.gfgtdf at gmail.com>
Date: 2017-07-27 (Thu, 27 Jul 2017)
Changed paths:
M src/gui/dialogs/loading_screen.cpp
Log Message:
-----------
use std::quick_exit in loading screen
std::quick_exit doesn't call dtors and was made exactly for cases like this.
More information about the Commits
mailing list