hermet pushed a commit to branch master.

http://git.enlightenment.org/games/etypers.git/commit/?id=7bdf3816f850871e91910e27f98cf1880c23fa9e

commit 7bdf3816f850871e91910e27f98cf1880c23fa9e
Author: Hermet Park <her...@hermet.pe.kr>
Date:   Fri Feb 12 02:12:41 2016 +0900

    score shouldn't be less than 0.
---
 src/bin/etypers.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/etypers.c b/src/bin/etypers.c
index 9df2c1c..a0a436c 100644
--- a/src/bin/etypers.c
+++ b/src/bin/etypers.c
@@ -36,7 +36,7 @@ struct _AppData
    double level;
    double last_frame_time;
    double interval_time;
-   unsigned long score;
+   long score;
    float hit_cnt;
    float hit_try_cnt;
    unsigned long combo;

-- 


Reply via email to