Animate graphics in dialogs

- Monster graphics are animated too, showing all four of their frames.
- Animated dialog graphics are currently enabled only in the scenario editor.
This commit is contained in:
2014-12-06 05:34:05 -05:00
parent 88cb60fb8d
commit 8ab9d06199
4 changed files with 25 additions and 10 deletions

View File

@@ -97,6 +97,7 @@ int main(int, char* argv[]) {
cDialog::init();
cDialog::defaultBackground = cDialog::BG_LIGHT;
cDialog::doAnimations = true;
init_graph_tool();
cen_x = 18;