Scenario Editor const cleanup
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user