src/colors.cpp

changeset 538
2f85d4d286e5
parent 513
29eb671b34f6
child 541
0e38beeb050a
--- a/src/colors.cpp	Tue Oct 22 22:14:32 2013 +0300
+++ b/src/colors.cpp	Thu Dec 05 13:51:52 2013 +0200
@@ -52,7 +52,7 @@
 
 // =============================================================================
 // -----------------------------------------------------------------------------
-LDColor* getColor (short colnum)
+LDColor* getColor (int colnum)
 {	// Check bounds
 	if (colnum < 0 || colnum >= MAX_COLORS)
 		return null;
@@ -62,7 +62,7 @@
 
 // =============================================================================
 // -----------------------------------------------------------------------------
-void setColor (short colnum, LDColor* col)
+void setColor (int colnum, LDColor* col)
 {	if (colnum < 0 || colnum >= MAX_COLORS)
 		return;
 

mercurial