Scenario Editor const cleanup

This commit is contained in:
Sylae Corell
2014-07-30 13:33:16 -06:00
parent c56a6c2264
commit 4661b934da
14 changed files with 52 additions and 52 deletions

View File

@@ -50,7 +50,7 @@ void reset_lb() {
// is slot >= 0, force that slot
// if -1, use 1st free slot
void set_lb(short slot, short mode, char *label, short do_draw)
void set_lb(short slot, short mode, char const *label, short do_draw)
{
short i;
@@ -107,7 +107,7 @@ void reset_rb()
// is slot >= 0, force that slot
// if -1, use 1st free slot
void set_rb(short slot, short mode, char *label, short do_draw)
void set_rb(short slot, short mode, char const *label, short do_draw)
{
short i;