diff options
| author | Ricardo Pérez | 2015-05-05 22:27:05 +0200 |
|---|---|---|
| committer | Ricardo Pérez | 2015-05-05 22:27:05 +0200 |
| commit | 7bb53831d8aec2507f6341bd00deae29fde8e2c2 (patch) | |
| tree | bf6ce42c3dfee2707f7b8adff072297603b59a23 /drivers/chibi/cp_player_data_control.cpp | |
| parent | af068439829a3fec3a76c4c5d4dd2dba71ab6c5f (diff) | |
| parent | bc3c14a76b988a50e65328a932316c2e630a7ae6 (diff) | |
| download | godot-7bb53831d8aec2507f6341bd00deae29fde8e2c2.tar.gz godot-7bb53831d8aec2507f6341bd00deae29fde8e2c2.tar.zst godot-7bb53831d8aec2507f6341bd00deae29fde8e2c2.zip | |
Merge pull request #6 from okamstudio/master
Sync
Diffstat (limited to 'drivers/chibi/cp_player_data_control.cpp')
| -rw-r--r-- | drivers/chibi/cp_player_data_control.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/chibi/cp_player_data_control.cpp b/drivers/chibi/cp_player_data_control.cpp index 4d30c1a70..d5ca648ff 100644 --- a/drivers/chibi/cp_player_data_control.cpp +++ b/drivers/chibi/cp_player_data_control.cpp @@ -233,7 +233,7 @@ int CPPlayer::get_channel_voice(int p_channel) { const char* CPPlayer::get_voice_sample_name(int p_voice) { - const char *name; + const char *name = NULL; @@ -302,7 +302,7 @@ const char * CPPlayer::get_voice_instrument_name(int p_voice) { - const char *name; + const char *name = NULL; |
