mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-03 17:33:05 +00:00
DIRECTOR: LINGO: Clarify the control flow
This commit is contained in:
parent
046c1fc1c7
commit
14719c46c7
@ -323,6 +323,7 @@ double Datum::toFloat() {
|
||||
switch (type) {
|
||||
case REFERENCE:
|
||||
toString();
|
||||
// fallthrough
|
||||
case STRING:
|
||||
u.f = atof(u.s->c_str());
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user