100% akira / kbtakira2

Fork of kbtakira by 100% akira

Files at this revision

API Documentation at this revision

Comitter:
kenken0721
Date:
Sat Apr 14 03:31:00 2018 +0000
Parent:
1:c4fad24c3c2f
Child:
3:34697e4082fc
Commit message:

Changed in this revision

kbt.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/kbt.cpp	Sun Mar 04 03:26:31 2018 +0000
+++ b/kbt.cpp	Sat Apr 14 03:31:00 2018 +0000
@@ -46,7 +46,7 @@
 }
 
 int KBT::stick(int num){
-    return Stick[num];
+    return Stick[num - 14];
 }
 
 void KBT::bitcheck(){