mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 06:08:35 +00:00
parent
fa0b38153d
commit
38ac5854f4
@ -673,7 +673,7 @@ void Script::barmanServe(uint16 v1, uint16 v2, uint16 v3) {
|
||||
// Stores the current number of groats in the general field
|
||||
|
||||
void Script::getNumGroats(uint16 v1, uint16 v2, uint16 v3) {
|
||||
ValueTableData fields = Resources::getReference().fieldList();
|
||||
ValueTableData &fields = Resources::getReference().fieldList();
|
||||
fields.setField(GENERAL, fields.numGroats());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user