mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2025-02-06 10:57:33 +01:00
5f5106e363
The code used to store the world pointer as a console variable "pwoCurrentWorld" of type INDEX (int32) - that won't work for 64bit, so I added CShell::SetCurrentWorld() and CShell::GetCurrentWorld() and store it as a pointer.