diff options
| author | Jcw87 <Jcw87@users.noreply.github.com> | 2023-12-19 02:53:41 -0800 |
|---|---|---|
| committer | Jcw87 <Jcw87@users.noreply.github.com> | 2023-12-19 03:22:42 -0800 |
| commit | 985f1df0b7746b6ebc159d07fc7581bd3ead1b20 (patch) | |
| tree | 4f9ec424f7cae1b079419227c149c1e7943db945 /src/d/d_stage.cpp | |
| parent | fa59660bf249e00a75dd5afe37b2f05ef4484128 (diff) | |
dummy data should be static
Diffstat (limited to 'src/d/d_stage.cpp')
| -rw-r--r-- | src/d/d_stage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_stage.cpp b/src/d/d_stage.cpp index bc3529e4..cc7ae5e8 100644 --- a/src/d/d_stage.cpp +++ b/src/d/d_stage.cpp @@ -38,7 +38,7 @@ void dStage_SetErrorRoom() {} /* 8004093C-80040940 .text dStage_SetErrorStage__Fv */ void dStage_SetErrorStage() {} -Vec dummy; +static Vec dummy; dStage_KeepTresureInfo TresureInfo; dStage_KeepDoorInfo DoorInfo; |
