From 7b6ffd689c1c5dd74c2377d7ed80ca7344a487b1 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 2 Jan 2020 16:54:16 +0100 Subject: [PATCH] export drawPlayer --- graph.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graph.cpp b/graph.cpp index 3724eb79..ac555392 100644 --- a/graph.cpp +++ b/graph.cpp @@ -974,7 +974,7 @@ EX void drawTerraWarrior(const transmatrix& V, int t, int hp, double footphase) } #endif -void drawPlayer(eMonster m, cell *where, const transmatrix& V, color_t col, double footphase, bool stop = false) { +EX void drawPlayer(eMonster m, cell *where, const transmatrix& V, color_t col, double footphase, bool stop IS(false)) { charstyle& cs = getcs(); auto& knighted = camelot::knighted;