| 94 | } |
| 95 | |
| 96 | static int ReadUnsupportedVersion(lua_State* L) |
| 97 | { |
| 98 | dmScript::PushTable(L, (const char*)TABLE_V818192_DAT, TABLE_V818192_DAT_SIZE); |
| 99 | return 1; |
| 100 | } |
| 101 | |
| 102 | |
| 103 | // The v0.0 tables were generated with dense keys. |
nothing calls this directly
no test coverage detected