Implemented Maniacs Command 3011: ChangeBattleCommandEx #1483
Annotations
32 errors
debian:11
expected '(' before 'each'
|
debian:11
expected primary-expression before '*' token
|
debian:11
'enemy' was not declared in this scope
|
debian:11
'each' was not declared in this scope
|
debian:11
could not convert '((Scene_Battle_Rpg2k3*)this)->Scene_Battle_Rpg2k3::SetState(Scene_Battle::State_Victory)' from 'void' to 'bool'
|
debian:11
expected primary-expression before 'break'
|
debian:11
expected ')' before 'break'
|
debian:11
Process completed with exit code 1.
|
ubuntu:22.04:
src/scene_battle_rpg2k3.cpp#L1225
expected '(' before 'each'
|
ubuntu:22.04:
src/scene_battle_rpg2k3.cpp#L1225
expected primary-expression before '*' token
|
ubuntu:22.04:
src/scene_battle_rpg2k3.cpp#L1225
'enemy' was not declared in this scope
|
ubuntu:22.04:
src/scene_battle_rpg2k3.cpp#L1225
'each' was not declared in this scope
|
ubuntu:22.04:
src/scene_battle_rpg2k3.cpp#L1229
could not convert '((Scene_Battle_Rpg2k3*)this)->Scene_Battle_Rpg2k3::SetState(Scene_Battle::State_Victory)' from 'void' to 'bool'
|
ubuntu:22.04:
src/scene_battle_rpg2k3.cpp#L1230
expected primary-expression before 'break'
|
ubuntu:22.04:
src/scene_battle_rpg2k3.cpp#L1229
expected ')' before 'break'
|
ubuntu:22.04
Process completed with exit code 1.
|
ubuntu:20.04
expected '(' before 'each'
|
ubuntu:20.04
expected primary-expression before '*' token
|
ubuntu:20.04
'enemy' was not declared in this scope
|
ubuntu:20.04
'each' was not declared in this scope
|
ubuntu:20.04
could not convert '((Scene_Battle_Rpg2k3*)this)->Scene_Battle_Rpg2k3::SetState(Scene_Battle::State_Victory)' from 'void' to 'bool'
|
ubuntu:20.04
expected primary-expression before 'break'
|
ubuntu:20.04
expected ')' before 'break'
|
ubuntu:20.04
Process completed with exit code 1.
|
debian:12:
src/scene_battle_rpg2k3.cpp#L1225
expected '(' before 'each'
|
debian:12:
src/scene_battle_rpg2k3.cpp#L1225
expected primary-expression before '*' token
|
debian:12:
src/scene_battle_rpg2k3.cpp#L1225
'enemy' was not declared in this scope
|
debian:12:
src/scene_battle_rpg2k3.cpp#L1225
'each' was not declared in this scope
|
debian:12:
src/scene_battle_rpg2k3.cpp#L1229
could not convert '((Scene_Battle_Rpg2k3*)this)->Scene_Battle_Rpg2k3::SetState(Scene_Battle::State_Victory)' from 'void' to 'bool'
|
debian:12:
src/scene_battle_rpg2k3.cpp#L1230
expected primary-expression before 'break'
|
debian:12:
src/scene_battle_rpg2k3.cpp#L1229
expected ')' before 'break'
|
debian:12
Process completed with exit code 1.
|