Codechange: strongly type TownID

This commit is contained in:
Rubidium
2025-02-07 18:58:57 +01:00
committed by rubidium42
parent d3408a4542
commit 1003967267
10 changed files with 18 additions and 20 deletions

View File

@@ -31,7 +31,7 @@
return 0;
/* Town index */
case 0x41: return this->t->index;
case 0x41: return this->t->index.base();
/* Get a variable from the persistent storage */
case 0x7C: {