diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-07-12 21:14:13 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-07-12 21:14:13 -0400 |
| commit | 2def735282a0584a5a2b3ed007bd99ddfb72b394 (patch) | |
| tree | 0aed235b7e874a33aa9d1b1a1cba67bc67f4077e /src/d/d_auction_screen.cpp | |
| parent | 61d9f474a53cc8a02490e8cdb1b4f86bb4d1af95 (diff) | |
Add fpc_ProcID type and use it for all process IDs
See https://github.com/zeldaret/tp/pull/2173
Diffstat (limited to 'src/d/d_auction_screen.cpp')
| -rw-r--r-- | src/d/d_auction_screen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_auction_screen.cpp b/src/d/d_auction_screen.cpp index 73e2c646..2f91af00 100644 --- a/src/d/d_auction_screen.cpp +++ b/src/d/d_auction_screen.cpp @@ -142,7 +142,7 @@ static void dAs_Create(msg_class*) { } /* 80160D20-80160D70 .text dAuction_screen_create__Fv */ -uint dAuction_screen_create() { +fpc_ProcID dAuction_screen_create() { /* Nonmatching */ } |
