From 68e4647e565519c57d76b95806dd9431a4ecfbb1 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 18 Apr 2014 13:16:03 +0200 Subject: New player model (again). --- dgedit/selection.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dgedit/selection.h') diff --git a/dgedit/selection.h b/dgedit/selection.h index 08b897b..c6c7ecc 100644 --- a/dgedit/selection.h +++ b/dgedit/selection.h @@ -40,10 +40,10 @@ public: this->fadein = fadein; this->fadeout = fadeout; } - int from; - int to; - int fadein; - int fadeout; + size_t from; + size_t to; + size_t fadein; + size_t fadeout; double energy; -- cgit v1.2.3